File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 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]
33jobs :
44 test :
55 name : unittest
6- runs-on : ubuntu-latest
6+ runs-on : ubuntu-24.04
77 env :
88 MIX_ENV : test
99 strategy :
4747
4848 test-postgres :
4949 name : postgres integration test
50- runs-on : ubuntu-latest
50+ runs-on : ubuntu-24.04
5151 strategy :
5252 fail-fast : false
5353 matrix :
7474
7575 test-mysql :
7676 name : mysql integration test
77- runs-on : ubuntu-latest
77+ runs-on : ubuntu-24.04
7878 strategy :
7979 fail-fast : false
8080 matrix :
@@ -91,15 +91,15 @@ jobs:
9191
9292 test-mssql :
9393 name : mssql integration test
94- runs-on : ubuntu-20 .04
94+ runs-on : ubuntu-24 .04
9595 strategy :
9696 fail-fast : false
9797 matrix :
9898 elixirbase :
9999 - " 1.14.5-erlang-23.3.4.9-alpine-3.16.9"
100100 mssql :
101- - " 2017"
102101 - " 2019"
102+ - " 2022"
103103 steps :
104104 - uses : earthly/actions-setup@v1
105105 - uses : actions/checkout@v3
You can’t perform that action at this time.
0 commit comments