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.
2 parents bb4f8aa + 5089e6c commit e237efcCopy full SHA for e237efc
.github/workflows/ci.yml
@@ -77,6 +77,7 @@ jobs:
77
- "7.4"
78
- "8.0"
79
- "8.1"
80
+ - "8.2"
81
82
compiler:
83
- default
@@ -96,6 +97,11 @@ jobs:
96
97
compiler: jit
98
dependencies: highest
99
100
+ - os: ubuntu-latest
101
+ php-version: "8.2"
102
+ compiler: jit
103
+ dependencies: highest
104
+
105
steps:
106
- name: Configure git to avoid issues with line endings
107
if: matrix.os == 'windows-latest'
@@ -239,6 +245,8 @@ jobs:
239
245
include:
240
246
- php-version: "8.1"
241
247
experimental: true
248
+ - php-version: "8.2"
249
+ experimental: true
242
250
243
251
continue-on-error: ${{ matrix.experimental }}
244
252
0 commit comments