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.
2 parents eab2ec2 + b95dd9b commit c57fcd8Copy full SHA for c57fcd8
.github/workflows/on-push.yml
@@ -12,9 +12,13 @@ jobs:
12
matrix:
13
include:
14
- pair:
15
- otp: "27"
+ otp: "28"
16
elixir: "1.18"
17
lint: lint
18
+
19
+ - pair:
20
+ otp: "27"
21
+ elixir: "1.18"
22
23
otp: "27"
24
elixir: "1.17"
@@ -56,7 +60,7 @@ jobs:
56
60
elixir: "1.13"
57
61
58
62
steps:
59
- - uses: actions/checkout@v4
63
+ - uses: actions/checkout@v5
64
- uses: erlef/setup-beam@v1
65
with:
66
otp-version: ${{matrix.pair.otp}}
.tool-versions
@@ -1,2 +1,2 @@
1
-elixir 1.18.1
2
-erlang 27.2
+elixir 1.18.4
+erlang 28.1
0 commit comments