Skip to content

Commit c8b1b74

Browse files
committed
test with PHP 8.5
1 parent b870721 commit c8b1b74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/phpunit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
phpunit:
2323
strategy:
2424
matrix:
25-
php-version: ['8.1', '8.2', '8.3', '8.4']
25+
php-version: ['8.2', '8.3', '8.4', '8.5']
2626
db-platform: ['MySQLi', 'SQLite3']
2727
mysql-version: ['8.0']
2828
dependencies: ['highest']

0 commit comments

Comments
 (0)