Skip to content

Commit eedab60

Browse files
authored
Fix workflow (#188)
1 parent c294620 commit eedab60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
strategy:
2323
matrix:
2424
ruby-version: ['3.2', '3.3', '3.4']
25-
bundler-version: '2.7'
25+
bundler-version: ['2.7']
2626

2727
steps:
2828
- name: Checkout repository

0 commit comments

Comments
 (0)