Skip to content

Commit 7d2bc66

Browse files
committed
migrate to github actions
1 parent 6b49d51 commit 7d2bc66

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ jobs:
2626
matrix:
2727
ruby-version: ['3.2', '3.3', '3.4']
2828
gemfile: ['7.0', '7.1', '7.2', '8.0']
29+
exclude:
30+
- ruby-version: '3.4'
31+
gemfile: '7.0'
2932

3033
steps:
3134
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)