We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8cdedc commit dd666faCopy full SHA for dd666fa
.github/workflows/compatibility-phoenix.yml
@@ -49,7 +49,7 @@ jobs:
49
name: "[${{matrix.otp}}/${{matrix.elixir}}] new Phoenix app analysed by Credo [OTP/Elixir]"
50
strategy:
51
matrix:
52
- otp: [23.3, 24.3, 25.3, 26.1]
+ otp: [24.3, 25.3, 26.2]
53
# phx_new depends on newer versions of Elixir than Credo
54
elixir: [1.14.5, 1.15.7, 1.16.2, 1.17.3, 1.18.0]
55
exclude:
0 commit comments