Skip to content

Commit 743e220

Browse files
committed
CI: Update to Ruby 4.0
Signed-off-by: Tim Meusel <tim@bastelfreak.de>
1 parent 3188e5d commit 743e220

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/main.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333

3434
os: [ubuntu-24.04]
35-
ruby: ['3.4']
35+
ruby: ['4.0']
3636

3737
# Defaults for special-case influencing vars
3838
lein-profile: ['']
@@ -43,17 +43,17 @@ jobs:
4343
# lint
4444
- flavor: lint/openjdk21
4545
os: ubuntu-24.04
46-
ruby: '3.4'
46+
ruby: '4.0'
4747

4848
# unit
4949
# jdk 25
5050
- flavor: core+ext/openjdk25/pg-18
5151
os: ubuntu-24.04
52-
ruby: '3.4'
52+
ruby: '4.0'
5353
# jdk 21
5454
- flavor: core+ext/openjdk21/pg-18
5555
os: ubuntu-24.04
56-
ruby: '3.4'
56+
ruby: '4.0'
5757

5858
steps:
5959
- name: Compute job outputs
@@ -188,7 +188,7 @@ jobs:
188188
- name: setup ruby
189189
uses: ruby/setup-ruby@9eb537ca036ebaed86729dcb9309076e4c5c3b74 # v1.314.0
190190
with:
191-
ruby-version: '3.2'
191+
ruby-version: '4.0'
192192
bundler-cache: true
193193
- name: Run RSpec
194194
run: bundle exec rspec spec -fd

0 commit comments

Comments
 (0)