Skip to content

Commit e927b07

Browse files
authored
Adding php 8.5 and 8.6 versions
1 parent ce368bf commit e927b07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
fail-fast: true
3232
matrix:
3333
operating-system: ["ubuntu-latest"]
34-
php-versions: ["8.0", "8.1", "8.2", "8.3", "8.4"]
34+
php-versions: ["8.0", "8.1", "8.2", "8.3", "8.4", "8.5", "8.6"]
3535

3636
steps:
3737
- name: "Checkout"

0 commit comments

Comments
 (0)