Skip to content

Commit 91a7338

Browse files
committed
container
1 parent 47380d9 commit 91a7338

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

.github/workflows/phoenix-integration.yml

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,20 @@ jobs:
1717
strategy:
1818
matrix:
1919
include:
20+
# look for correct alpine image here: https://hub.docker.com/r/hexpm/elixir/tags
2021
- elixir: 1.15.8
2122
otp: 25.3.2.9
23+
suffix: "alpine-3.20.3"
2224

23-
- elixir: 1.18.4
24-
otp: 27.3
25+
- elixir: 1.17.3
26+
otp: 27.1.2
27+
suffix: "alpine-3.20.3"
2528

26-
- elixir: 1.18.4
27-
otp: 28.1
28-
29-
env:
30-
MIX_ENV: test
31-
PHX_CI: true
32-
ELIXIR_ASSERT_TIMEOUT: 10000
29+
container:
30+
image: hexpm/elixir:${{ matrix.elixir }}-erlang-${{ matrix.otp }}-${{ matrix.suffix }}
31+
env:
32+
ELIXIR_ASSERT_TIMEOUT: 10000
33+
PHX_CI: true
3334

3435
services:
3536
postgres:

0 commit comments

Comments
 (0)