Skip to content

Commit

Permalink
Update build workflow to use Java 19 instead of Java 18 (closes #191)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcwrobel committed Oct 7, 2022
1 parent d11c765 commit fbb21af
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: 'ubuntu-latest'
strategy:
matrix:
java: ['8', '11', '17', '18']
java: ['8', '11', '17', '19']
steps:
- name: Checkout repository
uses: 'actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8' # v3.1.0
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,6 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
- Remove bin/check-links (#129). The script has been moved to https://github.com/marcwrobel/checklinks.
- Configure dependabot to check for update of GitHub actions versions (#189).
- Add OpenSSF scorecard badge to the README (#193).
- Update build workflow to use Java 19 instead of Java 18 (#191).

### Thanks
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jbanking is supporting the following features :

## Requirements

jbanking requires at least [Java 8](https://adoptium.net/) (build is tested against Java 8, 11, 17 and 18). It has no
jbanking requires at least [Java 8](https://adoptium.net/) (build is tested against Java 8, 11, 17 and 19). It has no
additional dependency !

## Use it !
Expand Down

0 comments on commit fbb21af

Please sign in to comment.