summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorstevenwdv <stevenwdv@users.noreply.github.com>2021-11-29 00:14:37 +0100
committerGitHub <noreply@github.com>2021-11-29 00:14:37 +0100
commitfee078456dc128a0efc758921985f2e8e76d0bda (patch)
treea51930ba9bb07120da092ed8ce4a82409930b1d3 /.github/workflows
parentf463d4c1a550c4b3dfc0be362f0b0a723a88122d (diff)
Fix workflow Java version
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/test.yml2
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