diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bc684c3..4c6c94a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,19 +8,19 @@ on: jobs: test: - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 env: MIX_ENV: test strategy: fail-fast: false matrix: include: - - pair: - elixir: 1.12.0-otp-22 - otp: 22.0 - pair: elixir: 1.16.3-otp-26 - otp: 26.2.5 + otp: 26.2.5.21 + - pair: + elixir: 1.20.1-otp-29 + otp: 29.0.2 lint: lint steps: - uses: actions/checkout@v2