File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -127,6 +127,8 @@ jobs:
127
127
db : " mysql:5.7"
128
128
- php : ' 8.3'
129
129
db : " mysql:5.7"
130
+ - php : ' 8.4'
131
+ db : " mysql:5.7"
130
132
131
133
name : PHP ${{ matrix.php }} - ${{ matrix.db_alias != '' && matrix.db_alias || matrix.db }}
132
134
@@ -270,6 +272,8 @@ jobs:
270
272
db : " postgres:14"
271
273
- php : ' 8.3'
272
274
db : " postgres:14"
275
+ - php : ' 8.4'
276
+ db : " postgres:14"
273
277
274
278
name : PHP ${{ matrix.php }} - ${{ matrix.db }}
275
279
@@ -364,14 +368,14 @@ jobs:
364
368
db : " mcr.microsoft.com/mssql/server:2017-latest"
365
369
db_alias : ' MSSQL 2017'
366
370
- php : ' 7.2'
367
- db : " mcr.microsoft.com/mssql/server:2019-latest "
371
+ db : " mcr.microsoft.com/mssql/server:2019-CU27-ubuntu-20.04 "
368
372
db_alias : ' MSSQL 2019'
369
373
370
374
name : PHP ${{ matrix.php }} - ${{ matrix.db_alias != '' && matrix.db_alias || matrix.db }}
371
375
372
376
services :
373
377
mssql :
374
- image : ${{ matrix.db != 'mcr.microsoft.com/mssql/server:2017-latest' && matrix.db != 'mcr.microsoft.com/mssql/server:2019-latest ' && 'mcr.microsoft.com/mssql/server:2017-latest' || matrix.db }}
378
+ image : ${{ matrix.db != 'mcr.microsoft.com/mssql/server:2017-latest' && matrix.db != 'mcr.microsoft.com/mssql/server:2019-CU27-ubuntu-20.04 ' && 'mcr.microsoft.com/mssql/server:2017-latest' || matrix.db }}
375
379
env :
376
380
SA_PASSWORD : " Pssw0rd_12"
377
381
ACCEPT_EULA : " y"
@@ -411,7 +415,7 @@ jobs:
411
415
env :
412
416
MATRIX_DB : ${{ matrix.db }}
413
417
run : |
414
- if [ $MATRIX_DB == 'mcr.microsoft.com/mssql/server:2017-latest' ] || [ $MATRIX_DB == 'mcr.microsoft.com/mssql/server:2019-latest ' ]
418
+ if [ $MATRIX_DB == 'mcr.microsoft.com/mssql/server:2017-latest' ] || [ $MATRIX_DB == 'mcr.microsoft.com/mssql/server:2019-CU27-ubuntu-20.04 ' ]
415
419
then
416
420
db='mssql'
417
421
else
Original file line number Diff line number Diff line change 33
33
"composer/installers" : " ~1.0"
34
34
},
35
35
"require-dev" : {
36
- "phing/phing" : " 2.4.* "
36
+ "phing/phing" : " ~ 2.4"
37
37
},
38
38
"extra" : {
39
39
"display-name" : " Board Rules" ,
You can’t perform that action at this time.
0 commit comments