We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3cd3f2 commit 68376b3Copy full SHA for 68376b3
.github/workflows/ci.yml
@@ -11,18 +11,10 @@ jobs:
11
strategy:
12
matrix:
13
php:
14
+ - 8.4
15
- 8.3
16
- 8.2
17
- 8.1
- - 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
26
steps:
27
- uses: actions/checkout@v4
28
- uses: shivammathur/setup-php@v2
@@ -31,10 +23,7 @@ jobs:
31
coverage: xdebug
32
ini-file: development
33
- 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 }}
+ - run: composer test:cc
38
39
PHPUnit-hhvm:
40
29
name: PHPUnit (HHVM)
0 commit comments