File tree 1 file changed +9
-28
lines changed
1 file changed +9
-28
lines changed Original file line number Diff line number Diff line change @@ -10,17 +10,14 @@ jobs:
10
10
strategy :
11
11
matrix :
12
12
include :
13
- - otp : ' 25.3'
14
- elixir : ' 1.15'
13
+ - otp : ' 25.3.2.12 '
14
+ elixir : ' 1.15.8 '
15
15
experimental : false
16
- - otp : ' 26.2'
17
- elixir : ' 1.16'
16
+ - otp : ' 26.2.5 '
17
+ elixir : ' 1.16.3 '
18
18
experimental : false
19
- - otp : ' 26.2'
20
- elixir : ' 1.17'
21
- experimental : true
22
19
- otp : ' 27.0'
23
- elixir : ' 1.17'
20
+ elixir : ' 1.17.1 '
24
21
experimental : true
25
22
steps :
26
23
- uses : actions/checkout@v4
@@ -49,29 +46,13 @@ jobs:
49
46
Test-gun1 :
50
47
runs-on : ubuntu-latest
51
48
name : OTP ${{matrix.otp}} / Elixir ${{matrix.elixir}} - Gun1
52
- continue-on-error : ${{ matrix.experimental }}
53
- strategy :
54
- matrix :
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
68
49
steps :
69
50
- uses : actions/checkout@v4
70
51
- name : Set up Elixir
71
52
uses : erlef/setup-beam@v1
72
53
with :
73
- elixir-version : ${{ matrix.elixir }}
74
- otp-version : ${{ matrix.otp }}
54
+ elixir-version : ' 1.15.8 '
55
+ otp-version : ' 25.3.2.12 '
75
56
version-type : strict
76
57
- name : Restore dependencies cache
77
58
uses : actions/cache@v4
99
80
- name : Set up Elixir
100
81
uses : erlef/setup-beam@v1
101
82
with :
102
- elixir-version : ' 1.15'
103
- otp-version : ' 25.3'
83
+ elixir-version : ' 1.15.8 '
84
+ otp-version : ' 25.3.2.12 '
104
85
version-type : strict
105
86
- name : Restore dependencies cache
106
87
uses : actions/cache@v4
You can’t perform that action at this time.
0 commit comments