Skip to content

Commit 04bd4ba

Browse files
committed
CI: Ensure Ruby 2.7 can run rubocop
1 parent 1a51fe0 commit 04bd4ba

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v4
13+
# Allow Ruby 2.7 to be used.
14+
- run: rm .ruby-version || true
1315
- name: Set up Ruby
1416
uses: ruby/setup-ruby@v1
1517
with:
@@ -32,6 +34,7 @@ jobs:
3234
- '3.1'
3335
- '3.2'
3436
- '3.3'
37+
- '3.4'
3538
steps:
3639
- uses: actions/checkout@v4
3740
- name: Set up Ruby

0 commit comments

Comments
 (0)