Skip to content

Commit

Permalink
Merge pull request #378 from hazendaz/master
Browse files Browse the repository at this point in the history
Continue supporting java 8 and add java 24-ea to build matrix
  • Loading branch information
hazendaz authored Aug 4, 2024
2 parents 557ecc8 + fd43a5a commit 9691037
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
matrix:
cache: [maven]
distribution: [temurin]
java: [11, 17, 21, 22, 23-ea]
java: [11, 17, 21, 22, 23-ea, 24-ea]
os: [ubuntu-latest, macos-latest, windows-latest]
fail-fast: false
max-parallel: 4
Expand Down
4 changes: 4 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@
</distributionManagement>

<properties>
<!-- Java Usage -->
<java.version>8</java.version>
<java.release.version>8</java.release.version>

<findbugs.onlyAnalyze>org.apache.ibatis.migration</findbugs.onlyAnalyze>
<clirr.comparisonVersion>3.2.0</clirr.comparisonVersion>
<module.name>org.mybatis.migrations</module.name>
Expand Down

0 comments on commit 9691037

Please sign in to comment.