Skip to content

Commit 47a1c03

Browse files
committed
ci: add otp elixir versions
1 parent 05f565b commit 47a1c03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
18-
otp: [ '26' ]
19-
elixir: [ '1.15' ]
18+
otp: [ '26', '25', '24', '23' ]
19+
elixir: [ '1.15', '1.14' ]
2020
steps:
2121
- uses: actions/checkout@v3
2222
- uses: erlef/setup-beam@v1

0 commit comments

Comments
 (0)