Skip to content

Commit ef1ea12

Browse files
authored
ci: add testing on php 8.5
1 parent 1ca92a3 commit ef1ea12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
fail-fast: true
1919
matrix:
20-
php: [ 8.1, 8.2, 8.3, 8.4] # 7.1, 7.2,
20+
php: [ 8.1, 8.2, 8.3, 8.4, 8.5] # 7.1, 7.2,
2121

2222
steps:
2323
- name: Checkout

0 commit comments

Comments
 (0)