From a185e520e1a099cdb830b91a0ed67609b077cbe0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lennart=20L=C3=B6sche?= Date: Tue, 2 Apr 2024 19:32:03 +0200 Subject: [PATCH] [ci skip] some tweaks (#818) --- .github/workflows/build.yml | 8 ++++---- README.md | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2ebf528..e2c6930 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,15 +12,15 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - java: [17,8] + java: [8, 11, 17, 21] fail-fast: true steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Install Java ${{ matrix.java }} - uses: actions/setup-java@v2 + uses: actions/setup-java@v3 with: java-version: ${{ matrix.java }} - distribution: 'adopt' + distribution: 'zulu' - name: patch run: | git config --global user.email "no-reply@github.com" diff --git a/README.md b/README.md index 5d8895b..e4ed1d0 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ Waterfall requires **Java 8** or above. io.github.waterfallmc waterfall-api - 1.20-R0.1-SNAPSHOT + 1.20-R0.3-SNAPSHOT provided ``` @@ -62,7 +62,7 @@ repositories { * Artifact: ```groovy dependencies { - compileOnly 'io.github.waterfallmc:waterfall-api:1.20-R0.1-SNAPSHOT' + compileOnly 'io.github.waterfallmc:waterfall-api:1.20-R0.3-SNAPSHOT' } ```