From f6e33bd6c7f4f8cd3cd77ae80e4ad81527941d4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eric=20Meadows-J=C3=B6nsson?= Date: Sat, 10 Feb 2024 19:51:20 +0100 Subject: [PATCH] Update CI --- .github/workflows/main.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 416efcf..be0f789 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -5,18 +5,18 @@ on: [push, pull_request] jobs: test: name: Test - runs-on: ubuntu-18.04 + runs-on: ubuntu-20.04 strategy: fail-fast: false matrix: include: - - erlang: "24.0" - elixir: "1.12.2" + - erlang: "26.2" + elixir: "1.16.1" lint: true - - erlang: "19.3" + - erlang: "21.3" elixir: "1.7.4" steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v3 - name: Install OTP and Elixir uses: erlef/setup-beam@v1