Skip to content

Commit

Permalink
ci: Run CI on older Ubuntu
Browse files Browse the repository at this point in the history
Because we want to support OTP 23 we need to go all the way back to ubuntu 20
  • Loading branch information
rafaeelaudibert committed Feb 11, 2025
1 parent de8f132 commit 0b57156
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ on:
jobs:
test:
name: Build and test
runs-on: ubuntu-latest
runs-on: ubuntu-20.04

strategy:
matrix:
elixir: ["1.12", "1.13", "1.14"]
otp: ["23.0", "24.0", "25.0"]
elixir: ["1.12.x", "1.13.x", "1.14.x"]
otp: ["23.x", "24.x", "25.x"]

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 0b57156

Please sign in to comment.