summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorFabian Mastenbroek <mail.fabianm@gmail.com>2021-03-17 16:44:51 +0100
committerFabian Mastenbroek <mail.fabianm@gmail.com>2021-05-18 14:30:40 +0200
commiteac80eaa36560dc43e338ade58267860865d1c48 (patch)
treea353444c1fbf97664a075eb0943c51ed7ea98d35 /.github/workflows
parent1ce710ebaa8b071a3b30447d431f4af422f25156 (diff)
ci: Update to Java 16
This change switches one of the CI builds to use Java 16 when building and testing the simulator.
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
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