Skip to content

Commit

Permalink
Include Java 21 in build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
Morten Haraldsen committed Dec 28, 2023
1 parent 04db3e7 commit 4e968c0
Show file tree
Hide file tree
Showing 2 changed files with 2 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 @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ 8, 11, 17 ]
java: [ 8, 11, 17, 21 ]
name: Java ${{ matrix.java }}
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ limitations under the License.
<profile>
<id>proguard</id>
<activation>
<jdk>[9,)</jdk>
<jdk>[9,19]</jdk>
</activation>
<build>
<plugins>
Expand Down

0 comments on commit 4e968c0

Please sign in to comment.