Skip to content

Commit e376a97

Browse files
authored
Merge pull request #1423 from staabm/ci
Update CI jobs to PHP 8.3
2 parents c4aa6aa + 3b160ce commit e376a97

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/continuous-integration.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ jobs:
192192
dependencies:
193193
- "locked"
194194
php-version:
195-
- "8.2"
195+
- "8.3"
196196
operating-system:
197197
- "ubuntu-latest"
198198
- "windows-latest"
@@ -234,7 +234,7 @@ jobs:
234234
dependencies:
235235
- "locked"
236236
php-version:
237-
- "8.2"
237+
- "8.3"
238238
operating-system:
239239
- "ubuntu-latest"
240240

@@ -268,7 +268,7 @@ jobs:
268268
dependencies:
269269
- "locked"
270270
php-version:
271-
- "8.2"
271+
- "8.3"
272272
operating-system:
273273
- "ubuntu-latest"
274274
- "windows-latest"
@@ -347,7 +347,7 @@ jobs:
347347
dependencies:
348348
- "locked"
349349
php-version:
350-
- "8.2"
350+
- "8.3"
351351
operating-system:
352352
- "ubuntu-latest"
353353

0 commit comments

Comments
 (0)