aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLiam Miller-Cushon <cushon@google.com>2022-10-06 10:11:50 -0700
committerGitHub <noreply@github.com>2022-10-06 10:11:50 -0700
commitb3d48517bbb606c3b52716e3a4006426ed9994b6 (patch)
tree9008a758902d336e44582a87da330beb8353402a
parent92737b0d3de25e33114fe2ab05915fcc7b71f91c (diff)
downloadturbine-b3d48517bbb606c3b52716e3a4006426ed9994b6.tar.gz
Update ci.yml
-rw-r--r--.github/workflows/ci.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index c5cea7a..8be59fe 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -29,19 +29,19 @@ jobs:
fail-fast: false
matrix:
os: [ ubuntu-latest ]
- java: [ 18, 17, 11 ]
+ java: [ 19, 17, 11 ]
experimental: [ false ]
include:
# Only test on macos and windows with a single recent JDK to avoid a
# combinatorial explosion of test configurations.
- os: macos-latest
- java: 18
+ java: 19
experimental: false
- os: windows-latest
- java: 18
+ java: 19
experimental: false
- os: ubuntu-latest
- java: 19-ea
+ java: 20-ea
experimental: true
runs-on: ${{ matrix.os }}
continue-on-error: ${{ matrix.experimental }}