We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67efb07 commit 8e14617Copy full SHA for 8e14617
4 files changed
.github/workflows/composer-require-checker.yml
@@ -31,4 +31,4 @@ jobs:
31
os: >-
32
['ubuntu-latest']
33
php: >-
34
- ['8.1', '8.2', '8.3']
+ ['8.3', '8.4']
.github/workflows/mssql.yml
@@ -30,9 +30,8 @@ jobs:
30
strategy:
matrix:
php:
- - 8.1
- - 8.2
35
- 8.3
+ - 8.4
36
37
mssql:
38
- server: 2022-latest
.github/workflows/mysql.yml
@@ -37,9 +37,8 @@ jobs:
- ubuntu-latest
39
40
41
42
43
44
mysql:
45
- 5.7
.github/workflows/pgsql.yml
pgsql:
- 9
0 commit comments