Skip to content

Commit c0a2d39

Browse files
committed
Add builds for Rails 8.1
1 parent c112d70 commit c0a2d39

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/ci.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,17 @@ jobs:
4747
env:
4848
RAILS_VERSION: 'main'
4949

50+
# Rails 8.1 builds >= 3.2
51+
- ruby: 3.4
52+
env:
53+
RAILS_VERSION: '~> 8.1.0'
54+
- ruby: 3.3
55+
env:
56+
RAILS_VERSION: '~> 8.1.0'
57+
- ruby: 3.2
58+
env:
59+
RAILS_VERSION: '~> 8.1.0'
60+
5061
# Rails 8.0 builds >= 3.2
5162
- ruby: 3.4
5263
env:

0 commit comments

Comments
 (0)