Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:


os: [ubuntu-24.04]
ruby: ['3.4']
ruby: ['4.0']

# Defaults for special-case influencing vars
lein-profile: ['']
Expand All @@ -43,17 +43,17 @@ jobs:
# lint
- flavor: lint/openjdk21
os: ubuntu-24.04
ruby: '3.4'
ruby: '4.0'

# unit
# jdk 25
- flavor: core+ext/openjdk25/pg-18
os: ubuntu-24.04
ruby: '3.4'
ruby: '4.0'
# jdk 21
- flavor: core+ext/openjdk21/pg-18
os: ubuntu-24.04
ruby: '3.4'
ruby: '4.0'

steps:
- name: Compute job outputs
Expand Down Expand Up @@ -188,7 +188,7 @@ jobs:
- name: setup ruby
uses: ruby/setup-ruby@9eb537ca036ebaed86729dcb9309076e4c5c3b74 # v1.314.0
with:
ruby-version: '3.2'
ruby-version: '4.0'
bundler-cache: true
- name: Run RSpec
run: bundle exec rspec spec -fd
Expand Down
Loading