From 7b11de9cf44e737c0f506399e023d189273653bf Mon Sep 17 00:00:00 2001 From: Stephan Schnabel Date: Fri, 25 Oct 2024 15:20:20 +0200 Subject: [PATCH] adjust --- .github/auto-merge.yml | 3 --- .github/workflows/pr.yaml | 3 ++- 2 files changed, 2 insertions(+), 4 deletions(-) delete mode 100644 .github/auto-merge.yml diff --git a/.github/auto-merge.yml b/.github/auto-merge.yml deleted file mode 100644 index bd686d5..0000000 --- a/.github/auto-merge.yml +++ /dev/null @@ -1,3 +0,0 @@ -- match: - dependency_type: all - update_type: semver:minor diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index 0a4e59d..3ef129f 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -51,7 +51,8 @@ jobs: - 22.0.5 - 23.0.7 - 24.0.5 - - 25.0.1 + - 25.0.6 + - 26.0.2 steps: - uses: actions/checkout@v4 - uses: actions/setup-java@v4