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 d360927 commit bcc142bCopy full SHA for bcc142b
.github/workflows/elixir.yml
@@ -14,8 +14,8 @@ jobs:
14
runs-on: ubuntu-latest
15
strategy:
16
matrix:
17
- elixir: [1.11]
18
- otp: [23.3]
+ elixir: [1.13]
+ otp: [24]
19
steps:
20
- name: checkout
21
uses: actions/checkout@v4
@@ -51,8 +51,8 @@ jobs:
51
52
53
54
55
56
57
- uses: actions/checkout@v4
58
with:
@@ -82,8 +82,8 @@ jobs:
82
83
84
85
86
87
88
89
0 commit comments