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 444b587 commit f8d25eaCopy full SHA for f8d25ea
2 files changed
.github/workflows/elixir.yml
@@ -21,11 +21,15 @@ jobs:
21
fail-fast: false
22
matrix:
23
include:
24
+ - elixir: 1.19.5
25
+ otp: 28.4
26
+ lint: lint
27
28
+ otp: 27.2
29
- elixir: 1.18.0
30
otp: 27.2
31
- elixir: 1.17.3
32
- lint: lint
33
steps:
34
- name: Checkout
35
uses: actions/checkout@v4
.tool-versions
@@ -0,0 +1,2 @@
1
+erlang 28.4
2
+elixir 1.19.5-otp-28
0 commit comments