Skip to content

Commit eb33f79

Browse files
Adjust Erlang versions used in the CI matrix
1 parent 8eeaf63 commit eb33f79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/erlang.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
matrix:
1818
erlang_version:
1919
- "26"
20+
- "27"
2021
steps:
2122
- name: CHECKOUT
2223
uses: actions/checkout@v2
@@ -35,7 +36,6 @@ jobs:
3536
fail-fast: false
3637
matrix:
3738
otp_major:
38-
- "25"
3939
- "26"
4040
steps:
4141
- name: CHECKOUT

0 commit comments

Comments
 (0)