Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ericmj committed Feb 10, 2024
1 parent 6090941 commit 3c94121
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
elixir: "1.7.4"
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3

- name: Install OTP and Elixir
uses: erlef/setup-beam@v1
Expand Down

0 comments on commit 3c94121

Please sign in to comment.