We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47380d9 commit 91a7338Copy full SHA for 91a7338
.github/workflows/phoenix-integration.yml
@@ -17,19 +17,20 @@ jobs:
17
strategy:
18
matrix:
19
include:
20
+ # look for correct alpine image here: https://hub.docker.com/r/hexpm/elixir/tags
21
- elixir: 1.15.8
22
otp: 25.3.2.9
23
+ suffix: "alpine-3.20.3"
24
- - elixir: 1.18.4
- otp: 27.3
25
+ - elixir: 1.17.3
26
+ otp: 27.1.2
27
28
- otp: 28.1
-
29
- env:
30
- MIX_ENV: test
31
- PHX_CI: true
32
- ELIXIR_ASSERT_TIMEOUT: 10000
+ container:
+ image: hexpm/elixir:${{ matrix.elixir }}-erlang-${{ matrix.otp }}-${{ matrix.suffix }}
+ env:
+ ELIXIR_ASSERT_TIMEOUT: 10000
33
+ PHX_CI: true
34
35
services:
36
postgres:
0 commit comments