diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6eb3262..7e299ad 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,11 +12,11 @@ jobs: MIX_ENV: test name: Lint steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: erlef/setup-beam@v1 with: - otp-version: "27.2" - elixir-version: "1.18.2" + otp-version: "28" + elixir-version: "1.19" - run: mix deps.get --check-locked - run: mix deps.compile - run: mix format --check-formatted @@ -34,12 +34,12 @@ jobs: - { name: "macOS", id: "macos-14" } pair: - { elixir: "1.15.8", otp: "25.3" } - - { elixir: "1.18.2", otp: "27.2" } + - { elixir: "1.19.5", otp: "28.4" } env: MIX_ENV: test name: Test (${{ matrix.os.name }}, ${{ matrix.pair.elixir }}, ${{ matrix.pair.otp }}) steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: erlef/setup-beam@v1 with: otp-version: ${{ matrix.pair.otp }}