diff options
| author | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2022-04-18 13:50:23 +0100 |
|---|---|---|
| committer | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2022-04-18 13:50:23 +0100 |
| commit | 13ec48e7b45b4e3c253ac8504e0402b4ab0a147c (patch) | |
| tree | 3f8047b7519e2b13bf352e88a7501e4efaf9eaef /.github/workflows | |
| parent | 372302b93be7ea054131428a6c39cfd113d4672f (diff) | |
Update actions workflow to Java 17
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b92bc8a9..796be304 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -6,7 +6,7 @@ jobs: build: strategy: matrix: - java: ["1.8", "11"] + java: ["17"] os: ["ubuntu-18.04"] runs-on: "${{ matrix.os }}" |
