Skip to content

Commit 2e2394d

Browse files
committed
Enable Elixir 1.11.4 and 1.13.3 in CI
1 parent b147bb1 commit 2e2394d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
matrix:
1616
otp: ['23.3.4.7', '24.1']
17-
elixir: ['1.12.3']
17+
elixir: ['1.11.4', '1.12.3', '1.13.3']
1818
steps:
1919
- uses: actions/checkout@v2
2020
- uses: erlef/setup-beam@v1

0 commit comments

Comments
 (0)