Skip to content

Commit 653bca7

Browse files
Test with PHP 8.5 and PHP 8.6
1 parent 0448d60 commit 653bca7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ jobs:
7777
- "8.2"
7878
- "8.3"
7979
- "8.4"
80+
- "8.5"
81+
- "8.6"
8082

8183
coverage-driver:
8284
- "pcov"
@@ -99,6 +101,12 @@ jobs:
99101
- php-version: "8.4"
100102
coverage-driver: "xdebug"
101103

104+
- php-version: "8.5"
105+
coverage-driver: "xdebug"
106+
107+
- php-version: "8.6"
108+
coverage-driver: "xdebug"
109+
102110
steps:
103111
- name: Configure Git to avoid issues with line endings
104112
if: matrix.os == 'windows-latest'

0 commit comments

Comments
 (0)