Skip to content

Commit 0e1f4ce

Browse files
committed
matrix of objects
1 parent 9da7ce9 commit 0e1f4ce

File tree

1 file changed

+16
-19
lines changed

1 file changed

+16
-19
lines changed

.github/workflows/test.yaml

Lines changed: 16 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -29,28 +29,25 @@ jobs:
2929
# OTP-18) REBAR3_VERSION="3.11.1"
3030
# OTP-17) REBAR3_VERSION="3.10.0"
3131

32-
test_r3_3_16_1:
32+
test:
3333
runs-on: ubuntu-20.04
3434
name: OTP ${{matrix.otp}}
35-
strategy:
36-
matrix:
37-
otp: [22.3.4.9, 23.3.4.5, 24.3.3]
3835
env:
3936
emacs: 27.1
40-
rebar3: 3.16.1
41-
42-
# test_r3_3_22_1:
43-
# runs-on: ubuntu-20.04
44-
# name: OTP ${{matrix.otp}}
45-
# strategy:
46-
# matrix:
47-
# otp: [25.3, 26.3, 27.0]
48-
# env:
49-
# emacs: 27.1
50-
# rebar3: 3.22.1
51-
52-
test:
53-
needs: [test_r3_3_16_1]
37+
strategy:
38+
matrix:
39+
- otp: "22.3.4.9"
40+
rebar3: "3.16.1"
41+
- otp: "23.3.4.5"
42+
rebar3: "3.16.1"
43+
- otp: "24.3.3"
44+
rebar3: "3.16.1"
45+
- otp: "25.3.3"
46+
rebar3: "3.22.1"
47+
- otp: "26.5.3"
48+
rebar3: "3.22.1"
49+
- otp: "27.3.3"
50+
rebar3: "3.22.1"
5451
steps:
5552
- name: Install Emacs
5653
uses: purcell/setup-emacs@master
@@ -62,7 +59,7 @@ jobs:
6259
uses: erlef/setup-beam@v1
6360
with:
6461
otp-version: ${{matrix.otp}}
65-
rebar3-version: ${{env.rebar3}}
62+
rebar3-version: ${{matrix.rebar3}}
6663
install-hex: false
6764

6865
- name: Add Erlang to Path

0 commit comments

Comments
 (0)