Skip to content

Commit

Permalink
Test against Ruby 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
andyundso committed Jan 2, 2024
1 parent ac82d21 commit 57e372c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: [ '2.6', '2.7', '3.0', '3.1', '3.2' ]
ruby: [ '2.6', '2.7', '3.0', '3.1', '3.2', '3.3' ]
rails: [ '5-2', '6-0', '6-1', '7-0' ]
exclude:
- ruby: 2.6 # Rails 7 requires 2.7 minimum
Expand All @@ -26,6 +26,12 @@ jobs:
rails: 6-0
- ruby: 3.2
rails: 6-1
- ruby: 3.3 # Ruby 3.3 only works on the latest Rails 7 version
rails: 5-2
- ruby: 3.3
rails: 6-0
- ruby: 3.3
rails: 6-1

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

0 comments on commit 57e372c

Please sign in to comment.