File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -107,44 +107,36 @@ jobs:
107107 run : mix credo --strict
108108
109109 test :
110- runs-on : ${{ matrix.runs-on }}
110+ runs-on : ubuntu-24.04
111111
112112 strategy :
113113 fail-fast : false
114114 matrix :
115115 include :
116116 - elixir : ' 1.11.4'
117- otp : ' 21 .3'
117+ otp : ' 24 .3'
118118 cayley : ' v0.7.3'
119- runs-on : ubuntu-20.04
120119 - elixir : ' 1.12.3'
121- otp : ' 22 .3'
120+ otp : ' 24 .3'
122121 cayley : ' v0.7.4'
123- runs-on : ubuntu-20.04
124122 - elixir : ' 1.13.4'
125- otp : ' 23 .3'
123+ otp : ' 24 .3'
126124 cayley : ' v0.7.5'
127- runs-on : ubuntu-20.04
128125 - elixir : ' 1.14.5'
129126 otp : ' 24.3'
130127 cayley : ' v0.7.6'
131- runs-on : ubuntu-22.04
132128 - elixir : ' 1.15.7'
133129 otp : ' 25.3'
134130 cayley : ' v0.7.6'
135- runs-on : ubuntu-24.04
136131 - elixir : ' 1.16.3'
137132 otp : ' 26.2'
138133 cayley : ' v0.7.6'
139- runs-on : ubuntu-24.04
140134 - elixir : ' 1.17.3'
141135 otp : ' 27.3'
142136 cayley : ' v0.7.6'
143- runs-on : ubuntu-24.04
144137 - elixir : ' 1.18.3'
145138 otp : ' 27.3'
146139 cayley : ' v0.7.6'
147- runs-on : ubuntu-24.04
148140
149141 services :
150142 cayley :
You can’t perform that action at this time.
0 commit comments