Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekmach committed Sep 25, 2023
1 parent 9c75e20 commit d4d6600
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,14 @@ jobs:
include:
- elixir-version: "1.12.3"
otp-version: "22.3.4.26"
runs-on: "ubuntu-20.04"
- elixir-version: "1.15.6"
otp-version: "26.1"
lint: lint
runs-on: "ubuntu-latest"
lint: "lint"
uses: wojtekmach/setup-elixir/.github/workflows/ci.yml@main
with:
elixir-version: ${{ matrix.elixir-version }}
otp-version: ${{ matrix.otp-version }}
runs-on: ${{ matrix.runs-on }}
lint: ${{ matrix.lint }}

0 comments on commit d4d6600

Please sign in to comment.