Skip to content

Commit d575f09

Browse files
committed
Added PHP 8.5 to CI.
1 parent aea9f05 commit d575f09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
strategy:
2424
matrix:
25-
php-versions: ['8.3', '8.4']
25+
php-versions: ['8.3', '8.4', '8.5']
2626

2727
steps:
2828
- name: Checkout code

0 commit comments

Comments
 (0)