Skip to content

Commit 2976a4e

Browse files
authored
Merge pull request #135 from visto9259/3.9.x
Adding php 8.5 to CI testing
2 parents 9a4277b + c6c7442 commit 2976a4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
build:
1616
strategy:
1717
matrix:
18-
php_version: ['8.2', '8.3', '8.4']
18+
php_version: ['8.2', '8.3', '8.4', '8.5']
1919
deps: ['--prefer-lowest --prefer-dist', '']
2020
include:
2121
- code-coverage: 'yes'

0 commit comments

Comments
 (0)