File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed
Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 1313 fail-fast : false
1414 matrix :
1515 # https://www.php.net/supported-versions.php
16- php-versions : ['7.3', '7.4', '8.0', '8.1' ]
16+ php-versions : ['7.3', '7.4', '8.0']
1717 # https://phpunit.de/supported-versions.html
1818 phpunit-versions : ['9.5.4']
1919 experimental : [false]
@@ -24,10 +24,14 @@ jobs:
2424 - php-versions : ' 7.2'
2525 phpunit-versions : ' 8.5.15'
2626 experimental : false
27+ - php-versions : ' 8.1'
28+ phpunit-versions : ' 9.5.11'
29+ experimental : false
2730
28- - php-versions : ' 8.2'
29- phpunit-versions : ' 9.5.4'
30- experimental : true
31+ # PHPUnit's dependencies do not support PHP 8.2 yet.
32+ # - php-versions: '8.2'
33+ # phpunit-versions: '9.5.11'
34+ # experimental: true
3135 steps :
3236 - name : Checkout
3337 uses : actions/checkout@v2
You can’t perform that action at this time.
0 commit comments