Skip to content

Commit

Permalink
swap order of CI checks and update OTP and elixir versions
Browse files Browse the repository at this point in the history
  • Loading branch information
heroinbob committed Mar 7, 2024
1 parent bfce3e2 commit 3e07c67
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
fail-fast: false
matrix:
include:
- otp: "26.0"
elixir: "1.16"
- otp: "26.2.1"
elixir: "1.16.1"
lint: true

steps:
Expand Down Expand Up @@ -55,14 +55,14 @@ jobs:
- name: Check for compilation warnings
run: mix compile --force --warnings-as-errors

- name: Run tests
run: mix test

- name: Ensure code is formatted
run: mix format --check-formatted

- name: Ensure runtime types are correct
run: mix dialyzer

- name: Check code consistency
run: mix credo --strict

- name: Run tests
run: mix test
- name: Ensure runtime types are correct
run: mix dialyzer
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
elixir 1.16.0
elixir 1.16.1
erlang 26.2.1

0 comments on commit 3e07c67

Please sign in to comment.