We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0448d60 commit 653bca7Copy full SHA for 653bca7
.github/workflows/ci.yml
@@ -77,6 +77,8 @@ jobs:
77
- "8.2"
78
- "8.3"
79
- "8.4"
80
+ - "8.5"
81
+ - "8.6"
82
83
coverage-driver:
84
- "pcov"
@@ -99,6 +101,12 @@ jobs:
99
101
- php-version: "8.4"
100
102
coverage-driver: "xdebug"
103
104
+ - php-version: "8.5"
105
+ coverage-driver: "xdebug"
106
+
107
+ - php-version: "8.6"
108
109
110
steps:
111
- name: Configure Git to avoid issues with line endings
112
if: matrix.os == 'windows-latest'
0 commit comments