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' } ```