Skip to content

Commit f2d53dd

Browse files
Change github worflow to use explicit Elixir/Erlang pairs instead of all combinations
1 parent 889b7b2 commit f2d53dd

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/main.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,17 @@ jobs:
1919

2020
strategy:
2121
matrix:
22-
elixir: ['1.14.5', '1.15.4', '1.16.3', '1.17.3']
23-
erlang: ['24.3', '25.3', '26.0', '27.1']
24-
exclude:
22+
include:
2523
- elixir: '1.14.5'
26-
erlang: '27.1'
24+
erlang: '24.3'
2725
- elixir: '1.15.4'
28-
erlang: '27.1'
26+
erlang: '25.3'
2927
- elixir: '1.16.3'
30-
erlang: '27.1'
28+
erlang: '26.0'
3129
- elixir: '1.17.3'
32-
erlang: '24.3'
30+
erlang: '27.3'
31+
- elixir: '1.18.3'
32+
erlang: '27.3'
3333
steps:
3434
- uses: actions/checkout@v3
3535
- name: Set up Elixir

0 commit comments

Comments
 (0)