Skip to content

Commit b6d57c8

Browse files
authored
Merge pull request #63 from bquorning/more-testing
Test with Rails 7.2 and Ruby 3.3
2 parents cf13ee4 + 7c00d18 commit b6d57c8

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/ci.yml

+14
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,21 @@ jobs:
3535
fail-fast: false
3636
matrix:
3737
include:
38+
# Rails 7.2 builds >= 3.1
39+
- ruby: 3.3
40+
env:
41+
RAILS_VERSION: '~> 7.2.0'
42+
- ruby: 3.2
43+
env:
44+
RAILS_VERSION: '~> 7.2.0'
45+
- ruby: 3.1
46+
env:
47+
RAILS_VERSION: '~> 7.2.0'
48+
3849
# Rails 7.1 builds >= 2.7
50+
- ruby: 3.3
51+
env:
52+
RAILS_VERSION: '~> 7.1.0'
3953
- ruby: 3.2
4054
env:
4155
RAILS_VERSION: '~> 7.1.0'

0 commit comments

Comments
 (0)