Skip to content

Commit

Permalink
Update versions in CI (#1197)
Browse files Browse the repository at this point in the history
  • Loading branch information
whatyouhide committed Dec 24, 2023
1 parent bccf2d1 commit dfc970a
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 @@ -16,14 +16,14 @@ jobs:
matrix:
include:
- pair:
elixir: 1.10.4
otp: 21.3
elixir: "1.10.4"
otp: "21.3"
- pair:
elixir: 1.15.6
otp: 26.0
elixir: "1.16"
otp: "26.2"
lint: lint
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install Erlang and Elixir
uses: erlef/setup-beam@v1
Expand All @@ -32,7 +32,7 @@ jobs:
elixir-version: ${{ matrix.pair.elixir }}

- name: Install dependencies
run: mix deps.get --only test
run: mix deps.get --check-locked

- name: Ensure that files are formatted
run: mix format --check-formatted
Expand Down

0 comments on commit dfc970a

Please sign in to comment.