Skip to content

Commit 4a8e6e0

Browse files
committed
Test against Elixir 1.18 and Erlang/OTP 27
1 parent c07cd28 commit 4a8e6e0

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,11 @@ jobs:
8686
gcc: gcc-11
8787
gpp: g++-11
8888
- elixir: 1.17.x
89+
otp: 27
90+
os: ubuntu-24.04
91+
gcc: gcc-13
92+
gpp: g++-13
93+
- elixir: 1.18.x
8994
otp: 27
9095
os: ubuntu-latest
9196
gcc: gcc-13
@@ -130,8 +135,8 @@ jobs:
130135
- uses: actions/checkout@v2
131136
- uses: erlef/setup-beam@v1
132137
with:
138+
elixir-version: 1.18.x
133139
otp-version: 27
134-
elixir-version: 1.17.x
135140
- name: Install Dependencies
136141
run: |
137142
mix local.hex --force

0 commit comments

Comments
 (0)