File tree 2 files changed +32
-16
lines changed
2 files changed +32
-16
lines changed Original file line number Diff line number Diff line change 13
13
- name : Set up Elixir
14
14
uses : erlef/setup-beam@v1
15
15
with :
16
- elixir-version : ' 1.13 '
17
- otp-version : ' 24 .3'
16
+ elixir-version : ' 1.15 '
17
+ otp-version : ' 25 .3'
18
18
- name : Restore dependencies cache
19
19
uses : actions/cache@v4
20
20
with :
Original file line number Diff line number Diff line change 6
6
Test :
7
7
runs-on : ubuntu-latest
8
8
name : OTP ${{matrix.otp}} / Elixir ${{matrix.elixir}}
9
+ continue-on-error : ${{ matrix.experimental }}
9
10
strategy :
10
11
matrix :
11
- elixir :
12
- - 1.14
13
- - 1.13
14
- otp :
15
- - 25.3
16
- - 24.3
12
+ include :
13
+ - otp : ' 25.3'
14
+ elixir : ' 1.15'
15
+ experimental : false
16
+ - otp : ' 26.2'
17
+ elixir : ' 1.16'
18
+ experimental : false
19
+ - otp : ' 26.2'
20
+ elixir : ' 1.17'
21
+ experimental : true
22
+ - otp : ' 27.0'
23
+ elixir : ' 1.17'
24
+ experimental : true
17
25
steps :
18
26
- uses : actions/checkout@v4
19
27
- name : Set up Elixir
@@ -41,14 +49,22 @@ jobs:
41
49
Test-gun1 :
42
50
runs-on : ubuntu-latest
43
51
name : OTP ${{matrix.otp}} / Elixir ${{matrix.elixir}} - Gun1
52
+ continue-on-error : ${{ matrix.experimental }}
44
53
strategy :
45
54
matrix :
46
- elixir :
47
- - 1.14
48
- - 1.13
49
- otp :
50
- - 25.3
51
- - 24.3
55
+ include :
56
+ - otp : ' 25.3'
57
+ elixir : ' 1.15'
58
+ experimental : false
59
+ - otp : ' 26.2'
60
+ elixir : ' 1.16'
61
+ experimental : false
62
+ - otp : ' 26.2'
63
+ elixir : ' 1.17'
64
+ experimental : true
65
+ - otp : ' 27.0'
66
+ elixir : ' 1.17'
67
+ experimental : true
52
68
steps :
53
69
- uses : actions/checkout@v4
54
70
- name : Set up Elixir
83
99
- name : Set up Elixir
84
100
uses : erlef/setup-beam@v1
85
101
with :
86
- elixir-version : ' 1.13 '
87
- otp-version : ' 24 .3'
102
+ elixir-version : ' 1.15 '
103
+ otp-version : ' 25 .3'
88
104
version-type : strict
89
105
- name : Restore dependencies cache
90
106
uses : actions/cache@v4
You can’t perform that action at this time.
0 commit comments