Skip to content

Commit

Permalink
add 1.9, 1.10, 1.11 back into CI
Browse files Browse the repository at this point in the history
  • Loading branch information
petermueller committed Apr 1, 2024
1 parent 65d6589 commit b3f012f
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions .github/workflows/elixir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,21 @@ jobs:
build:

name: Build and test (OTP ${{ matrix.otp }} | Elixir ${{ matrix.elixir }})
runs-on: ubuntu-latest
runs-on: ubuntu-20
# runs-on: ubuntu-latest

strategy:
matrix:
include:
- elixir: '1.9'
otp: '22'

- elixir: '1.10'
otp: '22'

- elixir: '1.11'
otp: '23'

- elixir: '1.12'
otp: '24'

Expand All @@ -29,10 +39,12 @@ jobs:
otp: '25'

- elixir: '1.15'
otp: '26'
otp: '25'
# otp: '26'

- elixir: '1.16'
otp: '26'
otp: '25'
# otp: '26'
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit b3f012f

Please sign in to comment.