Skip to content

Commit eaf3d6b

Browse files
fix: broken gradle CI
1 parent a8535c6 commit eaf3d6b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
java-version: ['11', '17']
13+
java-version: ['17', '21']
1414

1515
steps:
1616
- uses: actions/checkout@v4

.github/workflows/mvn.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
java-version: ['11', '17']
13+
java-version: ['11', '17', '21']
1414

1515
steps:
1616
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)