Skip to content

Commit

Permalink
Add Rails 7.1 builds
Browse files Browse the repository at this point in the history
  • Loading branch information
JonRowe committed Oct 14, 2023
1 parent 9b13b05 commit 7fcb9c8
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,34 @@ jobs:
fail-fast: false
matrix:
include:
# Edge Rails (?) builds >= 2.7
- ruby: 3.2
env:
RAILS_VERSION: 'main'
- ruby: 3.1
env:
RAILS_VERSION: 'main'
- ruby: '3.0'
env:
RAILS_VERSION: 'main'
- ruby: 2.7
env:
RAILS_VERSION: 'main'

# Rails 7.1 builds >= 2.7
- ruby: 3.2
env:
RAILS_VERSION: '~> 7.1.0'
- ruby: 3.1
env:
RAILS_VERSION: '~> 7.1.0'
- ruby: '3.0'
env:
RAILS_VERSION: '~> 7.1.0'
- ruby: 2.7
env:
RAILS_VERSION: '~> 7.1.0'

# Rails 7.0 builds >= 2.7
- ruby: 3.2
env:
Expand Down

0 comments on commit 7fcb9c8

Please sign in to comment.