Skip to content

Commit

Permalink
use correct jruby version in build-ruby GHA workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
anmarchenko committed May 21, 2024
1 parent 318f84c commit 6a41fa7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ jobs:
version: 9.3.9.0
dockerfile: Dockerfile-jruby-9.3.9.0
- engine: jruby
version: 9.4.0.0
dockerfile: Dockerfile-jruby-9.4.0.0
version: 9.4.7.0
dockerfile: Dockerfile-jruby-9.4.7.0
runs-on: ubuntu-latest
name: Build (${{ matrix.engine }} ${{ matrix.version }})
steps:
Expand Down

0 comments on commit 6a41fa7

Please sign in to comment.