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 authored Oct 6, 2023
1 parent c76c1e6 commit 606f1b9
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
fail-fast: false
matrix:
include:
# Edge Rails (7.1) builds >= 2.7
# Edge Rails (?) builds >= 2.7
- ruby: 3.2
env:
RAILS_VERSION: 'main'
Expand All @@ -50,6 +50,20 @@ jobs:
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 606f1b9

Please sign in to comment.