Skip to content

Commit 2f5d80f

Browse files
committed
fix github workflow
1 parent 089ee6a commit 2f5d80f

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,16 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
ruby: [3.1, 3.2, 3.3]
11+
ruby: [3.1, 3.2, 3.3, 3.4]
1212
gemfile:
1313
- Gemfile
14-
- gemfiles/activesupport_6_0.gemfile
15-
- gemfiles/activesupport_6_1.gemfile
1614
- gemfiles/activesupport_7_0.gemfile
1715
- gemfiles/activesupport_7_1.gemfile
16+
- gemfiles/activesupport_7_2.gemfile
17+
- gemfiles/activesupport_8_0.gemfile
18+
exclude:
19+
- ruby: 3.1
20+
gemfile: gemfiles/activesupport_8_0.gemfile
1821
env:
1922
BUNDLE_GEMFILE: ${{ matrix.gemfile }}
2023
steps:

0 commit comments

Comments
 (0)