We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c80daa commit 756ea8cCopy full SHA for 756ea8c
1 file changed
.github/workflows/ci.yml
@@ -16,15 +16,15 @@ jobs:
16
matrix:
17
include:
18
- pair:
19
- elixir: 1.13.4
20
- otp: 24.3.4.17
+ elixir: "1.13"
+ otp: "24"
21
22
- elixir: 1.16.0
23
- otp: 26.2.1
+ elixir: "1.18"
+ otp: "28"
24
lint: lint
25
distribution: distribution
26
steps:
27
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
28
29
- uses: erlef/setup-beam@v1
30
with:
0 commit comments