Skip to content

Commit e237efc

Browse files
Merge branch '8.5' into 9.5
2 parents bb4f8aa + 5089e6c commit e237efc

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,7 @@ jobs:
7777
- "7.4"
7878
- "8.0"
7979
- "8.1"
80+
- "8.2"
8081

8182
compiler:
8283
- default
@@ -96,6 +97,11 @@ jobs:
9697
compiler: jit
9798
dependencies: highest
9899

100+
- os: ubuntu-latest
101+
php-version: "8.2"
102+
compiler: jit
103+
dependencies: highest
104+
99105
steps:
100106
- name: Configure git to avoid issues with line endings
101107
if: matrix.os == 'windows-latest'
@@ -239,6 +245,8 @@ jobs:
239245
include:
240246
- php-version: "8.1"
241247
experimental: true
248+
- php-version: "8.2"
249+
experimental: true
242250

243251
continue-on-error: ${{ matrix.experimental }}
244252

0 commit comments

Comments
 (0)