Skip to content
This repository has been archived by the owner on Mar 12, 2023. It is now read-only.

Commit

Permalink
Merge pull request #30 from otoyo/add-1.14-to-ci
Browse files Browse the repository at this point in the history
Add Elixir 1.14 to CI
  • Loading branch information
otoyo authored Dec 27, 2022
2 parents 81232f8 + 8215e59 commit 9f609ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
skip_after_successful_duplicate: "true"
paths_ignore: '["**/README.md", "**/docs/**"]'
do_not_skip: '["workflow_dispatch", "schedule", "push"]'

tests-backend:
if: ${{ needs.pre_job.outputs.should_skip != 'true' }}
needs: pre_job
Expand All @@ -30,7 +30,7 @@ jobs:
name: Mix Tests
strategy:
matrix:
elixir: ["1.12", "1.13"]
elixir: ["1.12", "1.13", "1.14"]
otp: ["24"]
runs-on: ubuntu-latest

Expand Down

0 comments on commit 9f609ae

Please sign in to comment.