Skip to content

Commit 82c18df

Browse files
committed
fix - remove duplicates
1 parent 870ff8e commit 82c18df

1 file changed

Lines changed: 1 addition & 16 deletions

File tree

.github/workflows/github.yml

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -27,19 +27,4 @@ jobs:
2727
with:
2828
php-version: ${{ matrix.php-versions }}
2929
- name: Run tests
30-
run: composer require phpunit/phpunit; vendor/bin/phpunit; cd tests; php run_all_tests.php -v
31-
phpunit:
32-
runs-on: ${{ matrix.operating-system }}
33-
continue-on-error: ${{ startsWith(matrix.php-versions, '5.') || startsWith(matrix.php-versions, '7.') }}
34-
strategy:
35-
fail-fast: false
36-
matrix:
37-
operating-system: [ubuntu-latest, macos-latest, windows-latest]
38-
php-versions: ['5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
39-
steps:
40-
- uses: actions/checkout@v4
41-
- uses: shivammathur/setup-php@v2
42-
with:
43-
php-version: ${{ matrix.php-versions }}
44-
- name: Run tests
45-
run: composer require phpunit/phpunit; vendor/bin/phpunit;
30+
run: composer require phpunit/phpunit; vendor/bin/phpunit; cd tests; php run_all_tests.php -v

0 commit comments

Comments
 (0)