Skip to content

Commit

Permalink
Upgrade to Java 11
Browse files Browse the repository at this point in the history
  • Loading branch information
dain committed Mar 21, 2024
1 parent 522f90d commit 9c3250f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
fail-fast: false
matrix:
java-version:
- 8
- 11
- 21
steps:
- uses: actions/checkout@v1
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>1.8</air.java.version>
<project.build.targetJdk>1.8</project.build.targetJdk>
<air.java.version>11</air.java.version>
<project.build.targetJdk>11</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 9c3250f

Please sign in to comment.