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,36 +107,28 @@ 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'
118- runs-on : ubuntu-20.04
117+ otp : ' 24.3'
119118 - elixir : ' 1.12.3'
120- otp : ' 22.3'
121- runs-on : ubuntu-20.04
119+ otp : ' 24.3'
122120 - elixir : ' 1.13.4'
123- otp : ' 23.3'
124- runs-on : ubuntu-20.04
121+ otp : ' 24.3'
125122 - elixir : ' 1.14.4'
126123 otp : ' 24.3'
127- runs-on : ubuntu-22.04
128124 - elixir : ' 1.15.7'
129125 otp : ' 25.3'
130- runs-on : ubuntu-24.04
131126 - elixir : ' 1.16.3'
132127 otp : ' 26.2'
133- runs-on : ubuntu-24.04
134128 - elixir : ' 1.17.3'
135129 otp : ' 27.3'
136- runs-on : ubuntu-24.04
137130 - elixir : ' 1.18.3'
138131 otp : ' 27.3'
139- runs-on : ubuntu-24.04
140132
141133 steps :
142134 - uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments