Skip to content

Commit b4ce7b0

Browse files
committed
* ci: add Ruby 4.0
1 parent 33a9bd3 commit b4ce7b0

5 files changed

Lines changed: 7 additions & 8 deletions

File tree

.github/workflows/jruby-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
BUNDLE_RETRY: 3
1717
CI: true
1818
steps:
19-
- uses: actions/checkout@v2
19+
- uses: actions/checkout@v6
2020
- uses: ruby/setup-ruby@v1
2121
with:
2222
ruby-version: jruby

.github/workflows/rubocop.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,11 @@ jobs:
1212
env:
1313
BUNDLE_GEMFILE: gemfiles/rubocop.gemfile
1414
steps:
15-
- uses: actions/checkout@v3
15+
- uses: actions/checkout@v6
1616
- uses: ruby/setup-ruby@v1
1717
with:
18-
ruby-version: 3.1
18+
ruby-version: 3.4
1919
bundler-cache: true
2020
- name: Lint Ruby code with RuboCop
2121
run: |
2222
bundle exec rubocop
23-

.github/workflows/test-edge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
CI: true
2525
REQUIRE_HOOKS_MODE: ${{ matrix.mode }}
2626
steps:
27-
- uses: actions/checkout@v2
27+
- uses: actions/checkout@v6
2828
- uses: ruby/setup-ruby@v1
2929
with:
3030
ruby-version: ${{ matrix.ruby }}

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
ruby: [2.5, 2.6, 2.7, 3.0, 3.1, 3.2, 3.3]
16+
ruby: [2.5, 2.6, 2.7, 3.0, 3.1, 3.2, 3.3, 3.4, 4.0]
1717
mode: ['auto', 'patch']
1818
env:
1919
BUNDLE_JOBS: 4
2020
BUNDLE_RETRY: 3
2121
CI: true
2222
REQUIRE_HOOKS_MODE: ${{ matrix.mode }}
2323
steps:
24-
- uses: actions/checkout@v2
24+
- uses: actions/checkout@v6
2525
- uses: ruby/setup-ruby@v1
2626
with:
2727
ruby-version: ${{ matrix.ruby }}

.github/workflows/truffle-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
TRUFFLERUBYOPT: "--engine.Mode=latency"
1919
CI: true
2020
steps:
21-
- uses: actions/checkout@v2
21+
- uses: actions/checkout@v6
2222
- uses: ruby/setup-ruby@v1
2323
with:
2424
ruby-version: truffleruby-head

0 commit comments

Comments
 (0)