diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 552db9d..45ab73c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,13 +13,13 @@ jobs: fail-fast: false matrix: include: - - elixir: 1.14 - otp: 24 - - elixir: 1.18 - otp: 27 + - elixir: "1.14" + otp: "24" + - elixir: "1.19" + otp: "28" lint: lint steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: erlef/setup-beam@v1 with: