Skip to content

Commit

Permalink
Test 1 newer version each of Ruby, Rails
Browse files Browse the repository at this point in the history
- Test newest Ruby + next Rails (main, 3.4)
- Text next Ruby + newest Rails (8.0, 3.3)
- Test next Ruby + next Rails (main, 3.4)

All of these can fail, but it's useful to know.
  • Loading branch information
calebhearth committed Nov 19, 2024
1 parent 8eac247 commit 1df97e9
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,24 @@ jobs:

build:
name: Ruby ${{ matrix.ruby }}, Rails ${{ matrix.rails }}
continue-on-error: ${{ matrix.continue-on-error }}

strategy:
fail-fast: false
matrix:
ruby: ["3.2", "3.3"]
rails: ["7.1", "7.2", "8.0"]
rails: ["7.1", "7.2"]
continue-on-error: [false]
include:
- ruby: "head"
rails: "7.2"
continue-on-error: true
- ruby: "3.3"
rails: "main"
continue-on-error: true
- ruby: "head"
rails: "main"
continue-on-error: true

runs-on: ubuntu-latest

Expand Down

0 comments on commit 1df97e9

Please sign in to comment.