Skip to content

Commit fa07045

Browse files
committed
Run plugin specs against Rails 7.2
REDMINE-21139
1 parent 8c2a667 commit fa07045

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/reusable-workflow-rspec.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ jobs:
1414
matrix:
1515
include:
1616
- ruby-version: 3.2
17+
- ruby-version: 3.2
18+
rails-version: "~> 7.2"
19+
20+
env:
21+
PAGEFLOW_RAILS_VERSION: ${{ matrix.rails-version }}
22+
PAGEFLOW_DEPENDENCIES: ${{ matrix.rails-version && 'experimental' || 'default' }}
1723

1824
services:
1925
mysql:

0 commit comments

Comments
 (0)