Skip to content

Commit 62392a2

Browse files
committed
Update Dependabot and CI configuration
Signed-off-by: Patryk Miś <[email protected]>
1 parent 5c26e2d commit 62392a2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ updates:
44
directory: "/"
55
schedule:
66
interval: daily
7-
target-branch: main
7+
target-branch: "15.1"
88
- package-ecosystem: gradle
99
directory: "/"
1010
schedule:
1111
interval: daily
12-
target-branch: main
12+
target-branch: "15.1"

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ jobs:
88

99
steps:
1010
- uses: actions/checkout@v5
11-
- name: Set up JDK 21
11+
- name: Set up JDK 25
1212
uses: actions/setup-java@v5
1313
with:
1414
distribution: 'temurin'
15-
java-version: 21
15+
java-version: 25
1616
cache: gradle
1717
- name: Build with Gradle
1818
run: ./gradlew build --no-daemon

0 commit comments

Comments
 (0)