diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index dcc85bd..1e4fa74 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -41,7 +41,11 @@ jobs: #- name: test # run: ./gradlew test --no-daemon deploy: - runs-on: ${{ ubuntu-latest }} + strategy: + matrix: + java: [ '17' ] + os: [ ubuntu-latest ] + runs-on: ${{ matrix.os }} if: gitea.ref == 'refs/heads/master' needs: build steps: