Skip to content

Commit f8d25ea

Browse files
committed
chore: add .tool-versions and expand CI matrix to Elixir 1.19.5 + OTP 28.4
1 parent 444b587 commit f8d25ea

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/elixir.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,15 @@ jobs:
2121
fail-fast: false
2222
matrix:
2323
include:
24+
- elixir: 1.19.5
25+
otp: 28.4
26+
lint: lint
27+
- elixir: 1.19.5
28+
otp: 27.2
2429
- elixir: 1.18.0
2530
otp: 27.2
2631
- elixir: 1.17.3
2732
otp: 27.2
28-
lint: lint
2933
steps:
3034
- name: Checkout
3135
uses: actions/checkout@v4

.tool-versions

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
erlang 28.4
2+
elixir 1.19.5-otp-28

0 commit comments

Comments
 (0)