Skip to content

Commit

Permalink
GitHub action matrix like Phoenix’s
Browse files Browse the repository at this point in the history
  • Loading branch information
RoyalIcing authored Jun 13, 2024
1 parent b57cac1 commit fa2481c
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,15 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
otp: ['25.3.2', '26.2.1', '27.0']
elixir: ['1.15.2', '1.16.0']
include:
- elixir: 1.15.2
otp: 25.3.2

- elixir: 1.16.0
otp: 26.2.1

- elixir: 1.17.0
otp: 27.0

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

0 comments on commit fa2481c

Please sign in to comment.