aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLiam Miller-Cushon <cushon@google.com>2023-02-27 11:33:07 -0800
committerGitHub <noreply@github.com>2023-02-27 11:33:07 -0800
commitff5c47b99956df009cf6c10fa95887cf89249f7c (patch)
tree202875d390a3e0a26bd008f4e03ef7086a5bff3b
parent7a40bb4dfb0f2fc9dc4f1b95434abe268752ec6c (diff)
downloadturbine-ff5c47b99956df009cf6c10fa95887cf89249f7c.tar.gz
Update ci.yml
-rw-r--r--.github/workflows/ci.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 54db52c..0bcdf49 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -43,6 +43,9 @@ jobs:
- os: ubuntu-latest
java: 20-ea
experimental: true
+ - os: ubuntu-latest
+ java: 21-ea
+ experimental: true
runs-on: ${{ matrix.os }}
continue-on-error: ${{ matrix.experimental }}
steps: