File tree Expand file tree Collapse file tree 2 files changed +48
-20
lines changed Expand file tree Collapse file tree 2 files changed +48
-20
lines changed Original file line number Diff line number Diff line change @@ -34,31 +34,58 @@ jobs:
34
34
fail-fast : false
35
35
matrix :
36
36
elixir :
37
- - ' 1.12.3'
38
- - ' 1.13.4'
39
- - ' 1.14.3'
40
- - ' 1.15.7'
37
+ - 1.12.3
38
+ - 1.13.4
39
+ - 1.14.3
40
+ - 1.15.7
41
+ - 1.16.3
42
+ - 1.17.2
41
43
otp :
42
- - ' 23.3'
43
- - ' 24.3'
44
- - ' 25.3'
45
- - ' 26.1'
44
+ - 23.3
45
+ - 24.3
46
+ - 25.3
47
+ - 26.1
48
+ - 27.0
46
49
47
50
exclude :
48
- - elixir : ' 1.12.3'
49
- otp : ' 25.3'
51
+ - elixir : 1.12.3
52
+ otp : 25.3
50
53
51
- - elixir : ' 1.12.3'
52
- otp : ' 26.1'
54
+ - elixir : 1.12.3
55
+ otp : 26.1
53
56
54
- - elixir : ' 1.13.4 '
55
- otp : ' 26.1 '
57
+ - elixir : 1.12.3
58
+ otp : 27.0
56
59
57
- - elixir : ' 1.14.3 '
58
- otp : ' 26.1'
60
+ - elixir : 1.13.4
61
+ otp : 26.1
59
62
60
- - elixir : ' 1.15.7'
61
- otp : ' 23.3'
63
+ - elixir : 1.13.4
64
+ otp : 27.0
65
+
66
+ - elixir : 1.14.3
67
+ otp : 26.1
68
+
69
+ - elixir : 1.14.3
70
+ otp : 27.0
71
+
72
+ - elixir : 1.15.7
73
+ otp : 23.3
74
+
75
+ - elixir : 1.15.7
76
+ otp : 27.0
77
+
78
+ - elixir : 1.16.3
79
+ otp : 23.3
80
+
81
+ - elixir : 1.16.3
82
+ otp : 27.0
83
+
84
+ - elixir : 1.17.2
85
+ otp : 23.3
86
+
87
+ - elixir : 1.17.2
88
+ otp : 24.3
62
89
63
90
steps :
64
91
- name : Checkout
71
98
otp-version : ${{ matrix.otp }}
72
99
73
100
- name : Restore deps cache
74
- uses : actions/cache@v3
101
+ uses : actions/cache@v4
75
102
with :
76
103
path : |
77
104
deps
@@ -101,7 +128,7 @@ jobs:
101
128
MIX_ENV : prod
102
129
103
130
- name : Check source code formatting
104
- if : ${{ matrix.elixir > '1.15 .0' }}
131
+ if : ${{ matrix.elixir == '1.17.2' && matrix.otp == '27 .0' }}
105
132
run : mix format --check-formatted
106
133
107
134
- name : Get results in short format
Original file line number Diff line number Diff line change 1
1
# Dialyxir
2
2
3
+ [ ![ CI] ( https://github.com/jeremyjh/dialyxir/actions/workflows/test.yml/badge.svg )] ( https://github.com/jeremyjh/dialyxir/actions/workflows/test.yml )
3
4
[ ![ Module Version] ( https://img.shields.io/hexpm/v/dialyxir.svg )] ( https://hex.pm/packages/dialyxir )
4
5
[ ![ Hex Docs] ( https://img.shields.io/badge/hex-docs-lightgreen.svg )] ( https://hexdocs.pm/dialyxir/ )
5
6
[ ![ Total Download] ( https://img.shields.io/hexpm/dt/dialyxir.svg )] ( https://hex.pm/packages/dialyxir )
You can’t perform that action at this time.
0 commit comments