Skip to content

Commit 68376b3

Browse files
committed
ci: update PHP version matrix in GitHub Actions
1 parent b3cd3f2 commit 68376b3

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,10 @@ jobs:
1111
strategy:
1212
matrix:
1313
php:
14+
- 8.4
1415
- 8.3
1516
- 8.2
1617
- 8.1
17-
- 8.0
18-
- 7.4
19-
- 7.3
20-
- 7.2
21-
- 7.1
22-
- 7.0
23-
- 5.6
24-
- 5.5
25-
- 5.4
2618
steps:
2719
- uses: actions/checkout@v4
2820
- uses: shivammathur/setup-php@v2
@@ -31,10 +23,7 @@ jobs:
3123
coverage: xdebug
3224
ini-file: development
3325
- run: composer install
34-
- run: vendor/bin/phpunit --coverage-text
35-
if: ${{ matrix.php >= 7.3 }}
36-
- run: vendor/bin/phpunit --coverage-text -c phpunit.xml.legacy
37-
if: ${{ matrix.php < 7.3 }}
26+
- run: composer test:cc
3827

3928
PHPUnit-hhvm:
4029
name: PHPUnit (HHVM)

0 commit comments

Comments
 (0)