File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed
Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 1212 - ' 8.0'
1313 - ' 8.1'
1414 - ' 8.2'
15-
16- include :
17- - php-version : ' nightly'
18- experimental : true
15+ - ' 8.3'
1916
2017 name : PHP ${{ matrix.php-version }}
2118
4340
4441 - name : Delete composer lock file
4542 id : composer-lock
46- if : ${{ matrix.php-version == '8.1' || matrix.php-version == '8.2' || matrix.php-version == 'nightly ' }}
43+ if : ${{ matrix.php-version == '8.1' || matrix.php-version == '8.2' || matrix.php-version == '8.3 ' }}
4744 run : |
4845 rm composer.lock
4946 echo "flags=--ignore-platform-reqs" >> $GITHUB_OUTPUT
6663 - name : " Run PHPUnit tests 2 (Experimental: ${{ matrix.experimental }})"
6764 env :
6865 FAILURE_ACTION : " ${{ matrix.experimental == true }}"
69- if : ${{ matrix.php-version == '8.1' || matrix.php-version == '8.2' || matrix.php-version == 'nightly ' }}
66+ if : ${{ matrix.php-version == '8.1' || matrix.php-version == '8.2' || matrix.php-version == '8.3 ' }}
7067 run : vendor/bin/phpunit --verbose || $FAILURE_ACTION
7168
7269 php-cs-fixer :
You can’t perform that action at this time.
0 commit comments