Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

enh(integrity): do not expect ocm-provider anymore #506

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 0 additions & 39 deletions .github/workflows/test-cli.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/test-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-versions: ["8.0", "8.1", "8.2"]
php-versions: ["8.0", "8.1", "8.2", "8.3"]

name: test-master

Expand Down
58 changes: 0 additions & 58 deletions .github/workflows/test-stable.yml

This file was deleted.

12 changes: 0 additions & 12 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,6 @@ test/vendor:
test: updater.phar test/vendor
cd tests && vendor/behat/behat/bin/behat

test-cli: updater.phar test/vendor
cd tests && vendor/behat/behat/bin/behat features/cli.feature

test-stable24: updater.phar test/vendor
cd tests && vendor/behat/behat/bin/behat features/stable24.feature

test-stable25: updater.phar test/vendor
cd tests && vendor/behat/behat/bin/behat features/stable25.feature

test-stable26: updater.phar test/vendor
cd tests && vendor/behat/behat/bin/behat features/stable26.feature

test-master: updater.phar test/vendor
cd tests && vendor/behat/behat/bin/behat features/master.feature

Expand Down
1 change: 0 additions & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,6 @@ private function getExpectedElementsList(): array {
'lib',
'ocs',
'ocs-provider',
'ocm-provider',
'resources',
'settings',
'themes',
Expand Down
1 change: 0 additions & 1 deletion lib/Updater.php
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,6 @@ private function getExpectedElementsList(): array {
'lib',
'ocs',
'ocs-provider',
'ocm-provider',
Altahrim marked this conversation as resolved.
Show resolved Hide resolved
'resources',
'settings',
'themes',
Expand Down
84 changes: 0 additions & 84 deletions tests/features/cli.feature

This file was deleted.

22 changes: 0 additions & 22 deletions tests/features/stable24.feature

This file was deleted.

54 changes: 0 additions & 54 deletions tests/features/stable25.feature

This file was deleted.

20 changes: 0 additions & 20 deletions tests/features/stable26.feature

This file was deleted.

Binary file modified updater.phar
Binary file not shown.
Loading