Skip to content

Commit 9d011ac

Browse files
authored
[SDK-3647] Add PHP 8.2.0-dev to test matrix (#650)
* [SDK-3647] Add PHP 8.2 runtime to test suite * Pin phpstan-strict-rules to 1.4.3 to fix breaking change upstream
1 parent 04b1f5d commit 9d011ac

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/analysis.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
max-parallel: 10
1616
matrix:
17-
php: ["7.4", "8.0", "8.1"]
17+
php: ["7.4", "8.0", "8.1", "8.2"]
1818

1919
steps:
2020
- name: Checkout code
@@ -52,7 +52,7 @@ jobs:
5252
strategy:
5353
max-parallel: 10
5454
matrix:
55-
php: ["7.4", "8.0", "8.1"]
55+
php: ["7.4", "8.0", "8.1", "8.2"]
5656

5757
steps:
5858
- name: Set up PHP ${{ matrix.php }}
@@ -99,7 +99,7 @@ jobs:
9999
fail-fast: true
100100
max-parallel: 10
101101
matrix:
102-
php: ["7.4", "8.0", "8.1"]
102+
php: ["7.4", "8.0", "8.1", "8.2"]
103103

104104
steps:
105105
- name: Set up PHP ${{ matrix.php }}
@@ -141,7 +141,7 @@ jobs:
141141
fail-fast: true
142142
max-parallel: 10
143143
matrix:
144-
php: ["7.4", "8.0", "8.1"]
144+
php: ["7.4", "8.0", "8.1", "8.2"]
145145

146146
steps:
147147
- name: Set up PHP ${{ matrix.php }}
@@ -183,7 +183,7 @@ jobs:
183183
fail-fast: true
184184
max-parallel: 10
185185
matrix:
186-
php: ["8.0", "8.1"]
186+
php: ["8.0", "8.1", "8.2"]
187187

188188
steps:
189189
- name: Set up PHP ${{ matrix.php }}
@@ -228,7 +228,7 @@ jobs:
228228
fail-fast: true
229229
max-parallel: 10
230230
matrix:
231-
php: ["7.4", "8.0", "8.1"]
231+
php: ["7.4", "8.0", "8.1", "8.2"]
232232

233233
steps:
234234
- name: Set up PHP ${{ matrix.php }}

0 commit comments

Comments
 (0)