Skip to content

Commit dfdf547

Browse files
committed
fix github action
1 parent 07a2ce5 commit dfdf547

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ jobs:
88
name: OTP ${{matrix.otp}} / Elixir ${{matrix.elixir}}
99
strategy:
1010
matrix:
11-
otp: [23]
12-
elixir: [1.10, 1.11]
11+
otp: [23.1]
12+
elixir: [1.11]
1313
steps:
1414
- uses: actions/checkout@v2
1515
- uses: actions/setup-elixir@v1

0 commit comments

Comments
 (0)