We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2d4a07 commit 65801c7Copy full SHA for 65801c7
1 file changed
.github/workflows/tests.yml
@@ -351,12 +351,12 @@ jobs:
351
strategy:
352
matrix:
353
include:
354
- - php: '7.2'
+ - php: '7.3'
355
db: "sqlite3"
356
357
db: "mcr.microsoft.com/mssql/server:2019-CU27-ubuntu-20.04"
358
db_alias: 'MSSQL 2019'
359
360
db: "mcr.microsoft.com/mssql/server:2022-CU13-ubuntu-22.04"
361
db_alias: 'MSSQL 2022'
362
0 commit comments