From eac80eaa36560dc43e338ade58267860865d1c48 Mon Sep 17 00:00:00 2001 From: Fabian Mastenbroek Date: Wed, 17 Mar 2021 16:44:51 +0100 Subject: ci: Update to Java 16 This change switches one of the CI builds to use Java 16 when building and testing the simulator. --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cbf2f80d..8690cf5b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,7 +11,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - java: [8, 15] + java: [8, 16] steps: - name: Checkout repository uses: actions/checkout@v2 -- cgit v1.2.3