Skip to content

Commit

Permalink
Update Java version
Browse files Browse the repository at this point in the history
  • Loading branch information
veithen committed Sep 30, 2024
1 parent 17dcb44 commit 50ab519
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
java: [ 17, 19 ]
java: [ 17, 21, 23 ]
websphere: [ "8.5.5.22", "9.0.5.12" ]
name: "Java ${{ matrix.java }} - WebSphere ${{ matrix.websphere }}"
runs-on: ubuntu-22.04
Expand Down

0 comments on commit 50ab519

Please sign in to comment.