Skip to content

Commit

Permalink
switch back to jdk 8 and 17 as required by PM
Browse files Browse the repository at this point in the history
  • Loading branch information
SandraAhlgrimm committed Jan 26, 2024
1 parent 9fdf375 commit 2f8a839
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/java-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ jobs:
strategy:
fail-fast: false
matrix:
# Defines a matrix strategy for JDK versions 11 and 17
java-versions: [11, 17]
# Defines a matrix strategy for JDK versions 8 and 17
java-versions: [8, 17]

name: Java CI on JDK${{ matrix.java-versions }}

Expand Down

0 comments on commit 2f8a839

Please sign in to comment.