Skip to content

Commit

Permalink
Put runner on ubuntu20.04 to test older Elixir versions
Browse files Browse the repository at this point in the history
  • Loading branch information
SamJakob committed Sep 2, 2023
1 parent 0e7710f commit 4f4c665
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/lint_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

jobs:
test:
runs-on: ubuntu-22.04
runs-on: ubuntu-20.04
env:
MIX_ENV: test
strategy:
Expand All @@ -22,15 +22,17 @@ jobs:
elixir: 1.15.5
otp: 26.0.2
lint: lint
# Deprecated versions (consider removing and upgrading to Ubuntu 22.04)
- pair:
elixir: 1.5
otp: 20.3.8.26
- pair:
elixir: 1.5
otp: 20.0
- pair:
elixir: 1.5
otp: 18.3.4.11
# Only built for Ubuntu 18.04 which has been deprecated as a GitHub Actions runner.
# - pair:
# elixir: 1.5
# otp: 18.3.4.11
steps:
- uses: actions/checkout@v2

Expand Down

0 comments on commit 4f4c665

Please sign in to comment.