Skip to content

Commit f263a7f

Browse files
committed
Fix github workflows.
1 parent 504367b commit f263a7f

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/test-external.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ jobs:
1919
- ubuntu
2020

2121
ruby:
22-
- "3.2"
2322
- "3.3"
2423
- "3.4"
24+
- "4.0"
2525

2626
steps:
2727
- uses: actions/checkout@v5

.github/workflows/test.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ jobs:
5252
- uses: ruby/setup-ruby@v1
5353
with:
5454
ruby-version: ${{matrix.ruby}}
55+
rubygems: latest
5556
bundler-cache: true
5657

5758
- name: Run tests

0 commit comments

Comments
 (0)