Skip to content

Commit

Permalink
Updating CI matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
akoutmos committed Jun 4, 2024
1 parent 4953a7a commit bc4ca77
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,12 @@ jobs:
runs-on: ubuntu-latest

strategy:
matrix:
otp: ["26.2", "27.0"]
elixir: ["1.15.8", "1.16.3", "1.17.0-rc.1"]
- matrix.otp: 26.2
matrix.elixir: 1.15.8
- matrix.otp: 26.2
matrix.elixir: 1.16.3
- matrix.otp: 27.0
matrix.elixir: 1.17.0-rc.1

steps:
- name: Checkout code
Expand Down

0 comments on commit bc4ca77

Please # to comment.