Skip to content

Commit

Permalink
Merge pull request #592 from jrafanie/fix_broken_test_matrix
Browse files Browse the repository at this point in the history
Fix broken test matrix  and add ruby 3.2 and 3.3
  • Loading branch information
Fryguy authored Sep 24, 2024
2 parents ebd2201 + f255dd2 commit 1a82f3e
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,20 @@ jobs:
strategy:
matrix:
ruby-version:
- '3.0'
- '3.1'
- '3.2'
- '3.3'
rails-version:
- '7.0'
- '7.1'
- '7.2'
include:
- ruby-version: '3.0'
rails-version: '7.0'
- ruby-version: '3.0'
rails-version: '7.1'
env:
TEST_RAILS_VERSION: ${{ matrix.rails-version }}
CC_TEST_REPORTER_ID: "${{ secrets.CC_TEST_REPORTER_ID }}"
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 1a82f3e

Please sign in to comment.