Skip to content

Commit

Permalink
Switch to ruby 3.4 from rc
Browse files Browse the repository at this point in the history
  • Loading branch information
JonRowe authored Dec 25, 2024
1 parent f31e5c5 commit 4e0fa6e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ jobs:
matrix:
include:
# Edge Rails (?) builds >= 3.1
- ruby: 3.4
env:
RAILS_VERSION: 'main'
- ruby: 3.3
env:
RAILS_VERSION: 'main'
Expand All @@ -45,7 +48,7 @@ jobs:
RAILS_VERSION: 'main'

# Rails 8.0 builds >= 3.2
- ruby: 3.4.0-rc1
- ruby: 3.4
env:
RAILS_VERSION: '~> 8.0.0'
- ruby: 3.3
Expand Down

0 comments on commit 4e0fa6e

Please sign in to comment.