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 7a47ca9 commit 78828faCopy full SHA for 78828fa
1 file changed
.github/workflows/ci.yml
@@ -25,7 +25,8 @@ jobs:
25
- { elixir: 1.16, otp: 24 }
26
- { elixir: 1.16, otp: 25 }
27
- { elixir: 1.16, otp: 26 }
28
- - { elixir: "1.18", otp: "27" }
+ - { elixir: 1.18, otp: 27 }
29
+ - { elixir: 1.19, otp: 27 }
30
env:
31
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
32
0 commit comments