Skip to content

Commit c47c051

Browse files
committed
ci: just test latest elixir and otp
1 parent 767893b commit c47c051

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ jobs:
1111

1212
strategy:
1313
matrix:
14-
otp: [25.x, 26.x, 27.x]
15-
elixir: [1.15.x, 1.16.x, 1.17.x]
14+
otp: [27.x]
15+
elixir: [1.17.x]
1616

1717
steps:
1818
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)