File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ on: [push, pull_request]
55jobs :
66 phpcs :
77 name : Code style
8- runs-on : ubuntu-latest
8+ runs-on : ubuntu-22.04
99
1010 steps :
1111 - name : Checkout
2525
2626 tests :
2727 name : Unit tests
28- runs-on : ubuntu-latest
28+ runs-on : ubuntu-22.04
2929
3030 services :
3131 mysql :
5353 ports :
5454 - 5432:5432
5555 mssql :
56- image : mcr.microsoft.com/mssql/server:2019-latest
56+ image : mcr.microsoft.com/mssql/server:2022-CU13-ubuntu-20.04
5757 env :
5858 SA_PASSWORD : P@ssw0rd
5959 ACCEPT_EULA : ' Y'
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ services:
3838 - " 5432:5432"
3939
4040 mssql :
41- image : mcr.microsoft.com/mssql/server:2019-latest
41+ image : mcr.microsoft.com/mssql/server:2022-CU13-ubuntu-20.04
4242 environment :
4343 SA_PASSWORD : ' P@ssw0rd'
4444 MSSQL_DATABASE : codeception
You can’t perform that action at this time.
0 commit comments