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]
5
5
jobs :
6
6
phpcs :
7
7
name : Code style
8
- runs-on : ubuntu-latest
8
+ runs-on : ubuntu-22.04
9
9
10
10
steps :
11
11
- name : Checkout
25
25
26
26
tests :
27
27
name : Unit tests
28
- runs-on : ubuntu-latest
28
+ runs-on : ubuntu-22.04
29
29
30
30
services :
31
31
mysql :
53
53
ports :
54
54
- 5432:5432
55
55
mssql :
56
- image : mcr.microsoft.com/mssql/server:2019-latest
56
+ image : mcr.microsoft.com/mssql/server:2022-CU13-ubuntu-20.04
57
57
env :
58
58
SA_PASSWORD : P@ssw0rd
59
59
ACCEPT_EULA : ' Y'
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ services:
38
38
- " 5432:5432"
39
39
40
40
mssql :
41
- image : mcr.microsoft.com/mssql/server:2019-latest
41
+ image : mcr.microsoft.com/mssql/server:2022-CU13-ubuntu-20.04
42
42
environment :
43
43
SA_PASSWORD : ' P@ssw0rd'
44
44
MSSQL_DATABASE : codeception
You can’t perform that action at this time.
0 commit comments