Skip to content

Commit

Permalink
Updated GH workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertDober committed Nov 27, 2022
1 parent 744d853 commit 1c4697c
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,10 @@ on:
push:
branches:
- master
- rel-1.4.25

jobs:
test:
runs-on: ubuntu-latest
runs-on: ubuntu20
name: OTP ${{matrix.otp}} / Elixir ${{matrix.elixir}}
strategy:
matrix:
Expand All @@ -38,18 +37,15 @@ jobs:
- pair:
otp: "24.1.2"
elixir: "1.13.0"
- pair:
otp: "24.1.2"
elixir: "1.14.0"
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up Elixir
uses: erlef/setup-elixir@885971a72ed1f9240973bd92ab57af8c1aa68f24
uses: erlef/setup-beam@988e02bfe678367a02564f65ca2e37726dc0268f
with:
elixir-version: ${{matrix.elixir}} # Define the elixir version [required]
otp-version: ${{matrix.otp}} # Define the OTP version [required]
- name: Restore dependencies cache
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: deps
key: ${{ runner.os }}-mix-${{ hashFiles('**/mix.lock') }}
Expand Down

0 comments on commit 1c4697c

Please sign in to comment.