Skip to content

Commit 2967f69

Browse files
committed
1 parent 7938a4f commit 2967f69

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
otp: 26
5656
os: ubuntu-22.04
5757
- elixir: 1.16.x
58-
otp: 27
58+
otp: 26
5959
os: ubuntu-latest
6060
warnings_as_errors: true
6161
env:
@@ -97,7 +97,7 @@ jobs:
9797
- uses: actions/checkout@v2
9898
- uses: erlef/setup-beam@v1
9999
with:
100-
otp-version: 27
100+
otp-version: 26
101101
elixir-version: 1.16.x
102102
- name: Install Dependencies
103103
run: |

0 commit comments

Comments
 (0)