File tree 2 files changed +10
-10
lines changed
2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -37,32 +37,32 @@ jobs:
37
37
- ' 1.12.3'
38
38
- ' 1.13.4'
39
39
- ' 1.14.3'
40
- - ' 1.15.4 '
40
+ - ' 1.15.7 '
41
41
otp :
42
42
- ' 23.3'
43
43
- ' 24.3'
44
44
- ' 25.3'
45
- - ' 26.0 '
45
+ - ' 26.1 '
46
46
47
47
exclude :
48
48
- elixir : ' 1.12.3'
49
49
otp : ' 25.3'
50
50
51
51
- elixir : ' 1.12.3'
52
- otp : ' 26.0 '
52
+ otp : ' 26.1 '
53
53
54
54
- elixir : ' 1.13.4'
55
- otp : ' 26.0 '
55
+ otp : ' 26.1 '
56
56
57
57
- elixir : ' 1.14.3'
58
- otp : ' 26.0 '
58
+ otp : ' 26.1 '
59
59
60
- - elixir : ' 1.15.4 '
60
+ - elixir : ' 1.15.7 '
61
61
otp : ' 23.3'
62
62
63
63
steps :
64
64
- name : Checkout
65
- uses : actions/checkout@v2
65
+ uses : actions/checkout@v4
66
66
67
67
- name : Set up Elixir
68
68
uses : erlef/setup-beam@v1
71
71
otp-version : ${{ matrix.otp }}
72
72
73
73
- name : Restore deps cache
74
- uses : actions/cache@v2
74
+ uses : actions/cache@v3
75
75
with :
76
76
path : |
77
77
deps
Original file line number Diff line number Diff line change 1
- elixir 1.15.0 -otp-26
2
- erlang 26.0.1
1
+ elixir 1.15.7 -otp-26
2
+ erlang 26.1.2
You can’t perform that action at this time.
0 commit comments