Skip to content

Commit 9691037

Browse files
authored
Merge pull request #378 from hazendaz/master
Continue supporting java 8 and add java 24-ea to build matrix
2 parents 557ecc8 + fd43a5a commit 9691037

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
matrix:
1010
cache: [maven]
1111
distribution: [temurin]
12-
java: [11, 17, 21, 22, 23-ea]
12+
java: [11, 17, 21, 22, 23-ea, 24-ea]
1313
os: [ubuntu-latest, macos-latest, windows-latest]
1414
fail-fast: false
1515
max-parallel: 4

pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,10 @@
6262
</distributionManagement>
6363

6464
<properties>
65+
<!-- Java Usage -->
66+
<java.version>8</java.version>
67+
<java.release.version>8</java.release.version>
68+
6569
<findbugs.onlyAnalyze>org.apache.ibatis.migration</findbugs.onlyAnalyze>
6670
<clirr.comparisonVersion>3.2.0</clirr.comparisonVersion>
6771
<module.name>org.mybatis.migrations</module.name>

0 commit comments

Comments
 (0)