Skip to content

Commit 50f0fc9

Browse files
authored
Merge pull request #1684 from sul-dlss/test-ruby4
Test on Ruby 4
2 parents e9cfdaf + 29f5889 commit 50f0fc9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ruby.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
ruby: ["3.4"]
14+
ruby: ["3.4", "4.0"]
1515
steps:
1616
- uses: actions/checkout@v6
1717
- name: Set up Ruby
@@ -38,7 +38,7 @@ jobs:
3838
- name: Set up Ruby
3939
uses: ruby/setup-ruby@v1
4040
with:
41-
ruby-version: 3.3
41+
ruby-version: 3.4
4242
bundler-cache: true
4343
- name: Lint Ruby files
4444
run: bin/rubocop --parallel

0 commit comments

Comments
 (0)