Skip to content

Commit

Permalink
Update github actions CI
Browse files Browse the repository at this point in the history
  • Loading branch information
hissssst committed Mar 30, 2024
1 parent b6a97e9 commit 88777d3
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ on:

jobs:
test:
strategy:
matrix:
elixir-version: ['1.14', '1.15', '1.16']
name: CI
runs-on: ubuntu-latest

Expand All @@ -19,8 +22,8 @@ jobs:
uses: erlef/setup-beam@v1
id: setup-beam
with:
otp-version: '25'
elixir-version: '1.14'
otp-version: '26'
elixir-version: ${{ matrix.elixir-version }}

- name: Restore dependencies and _build
uses: actions/cache/restore@v3
Expand Down

0 comments on commit 88777d3

Please sign in to comment.