File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ permissions:
11
11
jobs :
12
12
unit-test :
13
13
name : unit test
14
- runs-on : ubuntu-20 .04
14
+ runs-on : ubuntu-24 .04
15
15
env :
16
16
FORCE_COLOR : 1
17
17
MIX_ENV : test
27
27
- elixir : " 1.17.3"
28
28
otp : " 25.0.4"
29
29
- elixir : " 1.14.5"
30
- otp : " 23 .3.4.20 "
30
+ otp : " 24 .3.4.17 "
31
31
32
32
steps :
33
33
- name : Checkout
61
61
62
62
integration-test :
63
63
name : integration test
64
- runs-on : ubuntu-20 .04
64
+ runs-on : ubuntu-24 .04
65
65
env :
66
66
FORCE_COLOR : 1
67
67
strategy :
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ integration-test:
41
41
WORKDIR /src/ecto_sql
42
42
43
43
ARG PG_IMG= "postgres:11.11"
44
- ARG MCR_IMG= "mcr.microsoft.com/mssql/server:2017 -latest"
44
+ ARG MCR_IMG= "mcr.microsoft.com/mssql/server:2019 -latest"
45
45
ARG MYSQL_IMG= "mysql:5.7"
46
46
47
47
# then run the tests
@@ -56,7 +56,7 @@ integration-test:
56
56
57
57
# wait for mssql to start
58
58
while ! sqlcmd -C -S tcp:127.0.0.1,1433 -U sa -P 'some!Password' -Q "SELECT 1" > /dev/null 2> &1; do \
59
- test "$(date +%s)" -le "$timeout" || (echo "timed out waiting for mysql " ; exit 1); \
59
+ test "$(date +%s)" -le "$timeout" || (echo "timed out waiting for mssql " ; exit 1); \
60
60
echo "waiting for mssql" ; \
61
61
sleep 1; \
62
62
done; \
You can’t perform that action at this time.
0 commit comments