We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdeaf7a commit dfe2973Copy full SHA for dfe2973
1 file changed
.github/workflows/ci.yml
@@ -9,7 +9,7 @@ jobs:
9
name: OTP ${{matrix.otp}} / Elixir ${{matrix.elixir}}
10
strategy:
11
matrix:
12
- otp: ["25.3", "26.2", "27.3", "28.1"]
+ otp: ["26.2", "27.3", "28.1"]
13
elixir: ["1.16.1", "1.17.3", "1.18.4", "1.19"]
14
steps:
15
- uses: actions/checkout@v4
0 commit comments