Skip to content

Commit

Permalink
update testing matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
joseph-lozano committed Nov 18, 2024
1 parent 8a9f447 commit 18f5ff9
Showing 1 changed file with 2 additions and 16 deletions.
18 changes: 2 additions & 16 deletions .github/workflows/elixir-build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,8 @@ jobs:
build:
strategy:
matrix:
include:
# Elixir 1.13
- elixir-version: "1.13.0"
otp-version: "24.3.1"

# Elixir 1.14
- elixir-version: "1.14.0"
otp-version: "24.3.1"
- elixir-version: "1.14.0"
otp-version: "25.3.1"

# Elixir 1.15
- elixir-version: "1.15.0"
otp-version: "25.3.1"
- elixir-version: "1.15.0"
otp-version: "26.0.1"
elixir-version: ["1.15.8", "1.16.2", "1.17.3"]
otp-version: ["25.3.2", "26.2.5", "27.1.2"]

name: Build and test
runs-on: ubuntu-latest
Expand Down

0 comments on commit 18f5ff9

Please sign in to comment.