Skip to content

Commit 4455b0b

Browse files
committed
minor #1421 [CI] Upgrade PHP highest version -> 8.3 (smnandre)
This PR was merged into the 2.x branch. Discussion ---------- [CI] Upgrade PHP highest version -> 8.3 Commits ------- dcaded6 [CI] Upgrade PHP highest version -> 8.3
2 parents ac3f341 + dcaded6 commit 4455b0b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/test-turbo.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ jobs:
3838
strategy:
3939
fail-fast: false
4040
matrix:
41-
php-version: ['8.1', '8.2']
41+
php-version: ['8.1', '8.3']
4242
include:
4343
- php-version: '8.1'
4444
dependency-version: 'lowest'
45-
- php-version: '8.2'
45+
- php-version: '8.3'
4646
dependency-version: 'highest'
4747

4848
services:

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,11 +90,11 @@ jobs:
9090
strategy:
9191
fail-fast: false
9292
matrix:
93-
php-version: ['8.1', '8.2']
93+
php-version: ['8.1', '8.3']
9494
include:
9595
- php-version: '8.1'
9696
dependency-version: 'lowest'
97-
- php-version: '8.2'
97+
- php-version: '8.3'
9898
dependency-version: 'highest'
9999
component: ${{ fromJson(needs.tests-php-components.outputs.components )}}
100100
exclude:

0 commit comments

Comments
 (0)