Skip to content

Commit

Permalink
expand matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
waymondo committed Oct 11, 2024
1 parent dfde0b6 commit add8986
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,24 @@ jobs:
strategy:
matrix:
ruby:
- "3.1"
- "3.2"
- "3.3"
rails:
- "7.0.8.4"
- "7.1.4"
- "7.2.1"
- "8.0.0.beta1"
include:
- rails: "7.0.8.4"
ruby: "3.0"
- rails: "7.0.8.4"
ruby: "3.1"
- rails: "7.1.4"
ruby: "3.0"
- rails: "7.1.4"
ruby: "3.1"
- rails: "7.2.1"
ruby: "3.1"

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

0 comments on commit add8986

Please sign in to comment.