Skip to content

Commit

Permalink
Test on Erlang 24.3
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed May 2, 2022
1 parent e17e8a0 commit 9ada072
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/erlang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ name: Test
on: push
jobs:
build:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
strategy:
fail-fast: false
matrix:
otp:
- "23.3"
- "24.1"
- "24.3"
steps:
- name: CHECKOUT
uses: actions/checkout@v2
Expand Down Expand Up @@ -37,13 +37,13 @@ jobs:
name: ct-logs-${{matrix.otp}}
path: logs/*
build-bazel:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
strategy:
fail-fast: false
matrix:
otp:
- "23.3"
- "24.1"
- "24.3"
steps:
- name: CHECKOUT
uses: actions/checkout@v2
Expand Down

0 comments on commit 9ada072

Please sign in to comment.