Skip to content

Commit 8e14617

Browse files
committed
Php 8.3 - 8.4
1 parent 67efb07 commit 8e14617

4 files changed

Lines changed: 4 additions & 7 deletions

File tree

.github/workflows/composer-require-checker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ jobs:
3131
os: >-
3232
['ubuntu-latest']
3333
php: >-
34-
['8.1', '8.2', '8.3']
34+
['8.3', '8.4']

.github/workflows/mssql.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,8 @@ jobs:
3030
strategy:
3131
matrix:
3232
php:
33-
- 8.1
34-
- 8.2
3533
- 8.3
34+
- 8.4
3635

3736
mssql:
3837
- server: 2022-latest

.github/workflows/mysql.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,8 @@ jobs:
3737
- ubuntu-latest
3838

3939
php:
40-
- 8.1
41-
- 8.2
4240
- 8.3
41+
- 8.4
4342

4443
mysql:
4544
- 5.7

.github/workflows/pgsql.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,8 @@ jobs:
3737
- ubuntu-latest
3838

3939
php:
40-
- 8.1
41-
- 8.2
4240
- 8.3
41+
- 8.4
4342

4443
pgsql:
4544
- 9

0 commit comments

Comments
 (0)