1 parent 2967f69 commit 5fca87cCopy full SHA for 5fca87c
1 file changed
.github/workflows/ci.yml
@@ -56,6 +56,9 @@ jobs:
56
os: ubuntu-22.04
57
- elixir: 1.16.x
58
otp: 26
59
+ os: ubuntu-22.04
60
+ - elixir: 1.17.x
61
+ otp: 27
62
os: ubuntu-latest
63
warnings_as_errors: true
64
env:
@@ -97,8 +100,8 @@ jobs:
97
100
- uses: actions/checkout@v2
98
101
- uses: erlef/setup-beam@v1
99
102
with:
- otp-version: 26
- elixir-version: 1.16.x
103
+ otp-version: 27
104
+ elixir-version: 1.17.x
105
- name: Install Dependencies
106
run: |
107
mix local.hex --force
0 commit comments