From 4fcbe9caf6639fa0fb5ca1663a5f32527b522580 Mon Sep 17 00:00:00 2001 From: Andrew Clayton Date: Wed, 21 May 2025 04:28:40 +0100 Subject: ci: clang-ast: Update to openjdk-21-jdk Seems OpenJDK 17 is no longer available in Debian testing. Signed-off-by: Andrew Clayton --- .github/workflows/clang-ast.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/clang-ast.yaml b/.github/workflows/clang-ast.yaml index 7e032e9c..49f1c401 100644 --- a/.github/workflows/clang-ast.yaml +++ b/.github/workflows/clang-ast.yaml @@ -32,7 +32,7 @@ jobs: apt-get -y install git wget curl llvm-dev libclang-dev clang make \ libssl-dev libpcre2-dev libperl-dev \ libphp-embed php-dev python3-dev libpython3-dev \ - ruby-dev openjdk-17-jdk npm + ruby-dev openjdk-21-jdk npm npm install -g node-gyp - uses: actions/checkout@v4 -- cgit