Skip to content

Commit f29cc1a

Browse files
committed
Set version to 4.8-SNAPSHOT
1 parent f8dc4bd commit f29cc1a

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/setup-java@v3
2020
with:
2121
distribution: 'adopt'
22-
java-version: '21'
22+
java-version: '25'
2323
cache: 'gradle'
2424

2525
- name: Cache SonarCloud packages

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: actions/setup-java@v3
2121
with:
2222
distribution: 'adopt'
23-
java-version: '21'
23+
java-version: '25'
2424
cache: 'gradle'
2525

2626
- name: Publish

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.7
1+
4.8-SNAPSHOT

0 commit comments

Comments
 (0)