Skip to content

Commit

Permalink
ci(targets): remove all non-master tests
Browse files Browse the repository at this point in the history
Signed-off-by: Arthur Schiwon <[email protected]>
  • Loading branch information
blizzz committed Nov 9, 2023
1 parent dc75bf8 commit b10ed0d
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 290 deletions.
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
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.

0 comments on commit b10ed0d

Please sign in to comment.