Skip to content

Commit

Permalink
update ci image
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinfarris committed Apr 25, 2024
1 parent a4bde78 commit 24992a2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,22 @@ jobs:
name: Code linting
uses: lexmag/elixir-actions/.github/workflows/lint.yml@v2
with:
otp-version: "24"
elixir-version: "1.14"
otp-version: "26"
elixir-version: "1.16"

test:
name: Test suite
runs-on: ubuntu-20.04

strategy:
matrix:
otp: ["24"]
elixir: ["1.14"]
otp: ["26"]
elixir: ["1.16"]
runtime_config: [true, false]

include:
- otp: "20"
elixir: "1.6"
- otp: "26"
elixir: "1.16"
runtime_config: false

env:
Expand Down

0 comments on commit 24992a2

Please sign in to comment.