File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ on: [push, pull_request]
3
3
jobs :
4
4
test :
5
5
name : unittest
6
- runs-on : ubuntu-latest
6
+ runs-on : ubuntu-24.04
7
7
env :
8
8
MIX_ENV : test
9
9
strategy :
47
47
48
48
test-postgres :
49
49
name : postgres integration test
50
- runs-on : ubuntu-latest
50
+ runs-on : ubuntu-24.04
51
51
strategy :
52
52
fail-fast : false
53
53
matrix :
74
74
75
75
test-mysql :
76
76
name : mysql integration test
77
- runs-on : ubuntu-latest
77
+ runs-on : ubuntu-24.04
78
78
strategy :
79
79
fail-fast : false
80
80
matrix :
@@ -91,15 +91,15 @@ jobs:
91
91
92
92
test-mssql :
93
93
name : mssql integration test
94
- runs-on : ubuntu-20 .04
94
+ runs-on : ubuntu-24 .04
95
95
strategy :
96
96
fail-fast : false
97
97
matrix :
98
98
elixirbase :
99
99
- " 1.14.5-erlang-23.3.4.9-alpine-3.16.9"
100
100
mssql :
101
- - " 2017"
102
101
- " 2019"
102
+ - " 2022"
103
103
steps :
104
104
- uses : earthly/actions-setup@v1
105
105
- uses : actions/checkout@v3
You can’t perform that action at this time.
0 commit comments