Skip to content

Commit cca9581

Browse files
committed
wip
1 parent f5bd171 commit cca9581

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ubuntu-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
bundler-cache: true
2525
- run: gem update --system
2626
if: matrix.ruby != '2.5' && matrix.ruby != '2.6' && matrix.ruby != '2.7'
27+
- run: gem update --system 2.7.11
28+
if: matrix.ruby == '2.5'
2729
- run: gem update --system 3.2.3
2830
if: matrix.ruby == '2.6'
2931
- run: bundle exec rake

0 commit comments

Comments
 (0)