aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
authorYifei Zhang <yfz@google.com>2023-07-25 05:37:59 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2023-07-25 05:37:59 +0000
commit5ff202242e75c1618ee1242e69f39741941c0949 (patch)
tree405bdc36825a61db2a15f10b8775c78010ee0b56 /.github/workflows/ci.yml
parentd4be1f10b831f4c3774091c74e4b904ec6450c9a (diff)
parent278edfeffbccef5cb9065e96fb1bda79bb54b804 (diff)
downloadturbine-5ff202242e75c1618ee1242e69f39741941c0949.tar.gz
Upgrade turbine to 7c64f0447a967d4717adb7b1b40d8bb856f34186 am: 6f7cfa29c3 am: 278edfeffb
Original change: https://android-review.googlesource.com/c/platform/external/turbine/+/2674341 Change-Id: I5e9f4c41529197d1ee784ba4a404373677406e8f Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
Diffstat (limited to '.github/workflows/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: