Skip to content

Commit 1c60784

Browse files
committed
ci: add PHP 8.5 to the test matrix
1 parent 0099ce2 commit 1c60784

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/continuous_integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
strategy:
2323
matrix:
2424
install-args: ['', '--prefer-lowest']
25-
php-version: ['8.2', '8.3', '8.4']
25+
php-version: ['8.2', '8.3', '8.4', '8.5']
2626
fail-fast: false
2727

2828
steps:

0 commit comments

Comments
 (0)