Skip to content

Commit 753a150

Browse files
committed
CI: Switch minimum to PHP 8.3
1 parent 09c2e7e commit 753a150

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/php-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ jobs:
1414
codestyle-branch: '0.11.0'
1515
phpcs-whitelist: tests/phpstan.autoload.inc.php tests/test.bootstrap.inc.php
1616
php-extensions: uopz
17-
stable-php-versions: '["8.1"]'
18-
experimental-php-versions: '["8.2","8.3"]'
17+
stable-php-versions: '["8.3"]'
18+
experimental-php-versions: '["8.4","8.5"]'
1919
minimum-phpunit-version: '10.5.x'

0 commit comments

Comments
 (0)