diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8ede19e..d0c7681 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,7 @@ jobs: name: OTP ${{matrix.otp}} / Elixir ${{matrix.elixir}} strategy: matrix: - otp: ['24.3', '25.0', '25.1'] + otp: ['24.3', '25.3', '26.1'] elixir: ['1.13.4'] steps: - uses: actions/checkout@v3