diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6bba639..fb364e7 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -17,13 +17,17 @@ jobs: fail-fast: false matrix: include: - - elixir: "1.17.3" - otp: "27.0.1" + - elixir: "1.19.1" + otp: "28.1.1" lint: true + - elixir: "1.18.4" + otp: "27.3.4.4" + - elixir: "1.17.3" + otp: "27.3.4.4" - elixir: "1.16.3" - otp: "26.2.5.4" + otp: "26.2.5.15" - elixir: "1.15.8" - otp: "25.3.2.15" + otp: "25.3.2.21" steps: - uses: actions/checkout@v4 - name: Set up Elixir