diff options
| author | stevenwdv <stevenwdv@users.noreply.github.com> | 2021-11-29 00:14:37 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-29 00:14:37 +0100 |
| commit | fee078456dc128a0efc758921985f2e8e76d0bda (patch) | |
| tree | a51930ba9bb07120da092ed8ce4a82409930b1d3 | |
| parent | f463d4c1a550c4b3dfc0be362f0b0a723a88122d (diff) | |
Fix workflow Java version
| -rw-r--r-- | .github/workflows/test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ab46a47..bdfd962 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -29,5 +29,5 @@ jobs: - uses: actions/setup-java@v2 with: distribution: temurin - java-version: 9 + java-version: 11 - run: make test-wrappers |
