Skip to content

Commit

Permalink
Upgrade to Java 22
Browse files Browse the repository at this point in the history
  • Loading branch information
dain committed Mar 21, 2024
1 parent 5c7f557 commit 812770c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ jobs:
fail-fast: false
matrix:
java-version:
- 11
- 21
- 22
steps:
- uses: actions/checkout@v1
- uses: actions/setup-java@v3
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
</distributionManagement>

<properties>
<air.java.version>11</air.java.version>
<project.build.targetJdk>11</project.build.targetJdk>
<air.java.version>22</air.java.version>
<project.build.targetJdk>22</project.build.targetJdk>
<air.check.skip-extended>true</air.check.skip-extended>
<air.check.skip-license>false</air.check.skip-license>
<air.check.fail-checkstyle>true</air.check.fail-checkstyle>
Expand Down

0 comments on commit 812770c

Please sign in to comment.