Skip to content

Commit 14fb61c

Browse files
committed
squash! Upgrade minimum required Ruby to v3.1.2
Try to exclude running the Cucumber/Aruba feature integration tests on Ruby head. Neither Cucumbe or Aruba support Ruby head/3.5, excluding for the moment.
1 parent 493ac4b commit 14fb61c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ jobs:
1111
os: [ubuntu-latest, macos-latest]
1212
ruby: ['3.1', '3.2', '3.4', head]
1313
test_task: ['tests']
14+
includes:
15+
- ruby: 'head'
16+
test_task: 'spec'
1417
continue-on-error: ${{ endsWith(matrix.ruby, 'head') || endsWith(matrix.ruby, 'jruby') }}
1518
runs-on: ${{ matrix.os }}
1619
steps:

0 commit comments

Comments
 (0)