Skip to content

Commit 8679325

Browse files
Added JDK 23 testing
1 parent 136673b commit 8679325

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/[A] build and test, release if requested.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
paths:
88
- "src/main/**.java"
99
- "src/test/**.java"
10-
# - ".github/workflows/**"
10+
- ".github/workflows/**"
1111
- "**.properties"
1212
- "**.xml"
1313

@@ -21,7 +21,7 @@ jobs:
2121
matrix:
2222
architecture: [x64]
2323
os: [windows-latest, macOS-latest, ubuntu-latest]
24-
java: [8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22]
24+
java: [8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23]
2525
exclude:
2626
- os: ubuntu-latest
2727
java: 10
@@ -45,10 +45,10 @@ jobs:
4545
if: github.event_name == 'push' && endsWith(github.event.head_commit.message, 'Releasing new version')
4646
steps:
4747
- uses: actions/checkout@v3
48-
- name: Set up JDK 22
48+
- name: Set up JDK 23
4949
uses: actions/setup-java@v3
5050
with:
51-
java-version: 22
51+
java-version: 23
5252
distribution: 'zulu'
5353
server-id: ossrh
5454
server-username: MAVEN_USERNAME

0 commit comments

Comments
 (0)