Skip to content

Commit 1be500c

Browse files
committed
Update actions test matrix for latest elixir and erlang
1 parent f17b1ca commit 1be500c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515
strategy:
1616
matrix:
1717
os: ["ubuntu-20.04"]
18-
elixir: ["1.13"]
19-
otp: ["24"]
18+
elixir: ["1.14"]
19+
otp: ["25"]
2020
steps:
2121
- uses: actions/checkout@v2
2222
- uses: erlef/setup-beam@v1
@@ -43,8 +43,8 @@ jobs:
4343
fail-fast: false
4444
matrix:
4545
os: ["ubuntu-20.04"]
46-
elixir: ["1.13", "1.12", "1.11"]
47-
otp: ["24", "23", "22"]
46+
elixir: ["1.14", "1.13", "1.12"]
47+
otp: ["25", "24", "23"]
4848
steps:
4949
- uses: actions/checkout@v2
5050
- uses: erlef/setup-beam@v1

0 commit comments

Comments
 (0)