File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 19
19
prefer : " highest"
20
20
ignore-platform : " --ignore-platform-reqs"
21
21
experimental : true
22
+ - php : " 8.1"
23
+ prefer : " highest"
24
+ ignore-platform : " --ignore-platform-reqs"
25
+ experimental : true
22
26
23
27
continue-on-error : ${{ matrix.experimental }}
24
28
@@ -42,12 +46,11 @@ jobs:
42
46
dependency-versions : ${{ matrix.prefer }}
43
47
composer-options : ${{ matrix.ignore-platform }}
44
48
45
- - name : Run unit tests ( PHPUnit 9)
49
+ - name : Migrate PHPUnit config for PHPUnit 9
46
50
if : ${{ (matrix.php >= 7.3) && (matrix.prefer == 'highest') }}
47
51
run : ./vendor/bin/phpunit --migrate-configuration
48
52
49
- - name : Run unit tests (PHPUnit 7)
50
- if : ${{ (matrix.php < 7.3) || ((matrix.php == 7.3) && (matrix.prefer == 'lowest')) }}
53
+ - name : Run unit tests
51
54
run : ./vendor/bin/phpunit
52
55
53
56
Static_Analisys :
You can’t perform that action at this time.
0 commit comments