Skip to content

Commit f87e5a8

Browse files
CI pass on Elixir 1.20 and opt 29 (#112)
1 parent eb10ce2 commit f87e5a8

3 files changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ jobs:
2323
# Latest versions.
2424
- elixir: "1.19"
2525
otp: "28"
26+
27+
- elixir: "1.20"
28+
otp: "29"
2629
lint: lint
2730
steps:
2831
- name: Check out this repository

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,3 @@ erl_crash.dump
2323
broadway_cloud_pub_sub-*.tar
2424

2525
.elixir_ls
26-
.tool-versions

.tool-versions

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
erlang 29.0.2
2+
elixir 1.20.1-otp-29

0 commit comments

Comments
 (0)