Skip to content

Commit

Permalink
update changelog & tweak CI yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
CamJN committed Mar 25, 2024
1 parent 32c77a3 commit 3d00fe9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ defaults:

jobs:
build:
name: "build-${{ matrix.img }}"
name: build ${{ matrix.img }} ${{ matrix.arch }}
runs-on: [ ubuntu, linux, ${{ matrix.arch }} ]
strategy:
fail-fast: true
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
* Upgraded to JRuby 9.3.14.0 (from 9.3.13.0)
* Upgraded to JRuby 9.4.6.0 (from 9.4.5.0)
* Upgraded Node 18 LTS -> 20 LTS.
* Fix https://github.com/rvm/rvm/issues/5449

## 3.0.2 (release date: 2024-02-23)
* Fixes an issue with passenger-full not having ruby 3.3 as default
Expand Down

0 comments on commit 3d00fe9

Please sign in to comment.