summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorAndrew Clayton <a.clayton@nginx.com>2025-05-21 04:28:40 +0100
committerAndrew Clayton <a.clayton@nginx.com>2025-05-21 04:28:40 +0100
commit4fcbe9caf6639fa0fb5ca1663a5f32527b522580 (patch)
tree7ff620612056d283c52c42d7890ba213149df69a /.github
parent7e1f4a7f7505139411818bdc03ee710a54c98488 (diff)
downloadunit-4fcbe9caf6639fa0fb5ca1663a5f32527b522580.tar.gz
unit-4fcbe9caf6639fa0fb5ca1663a5f32527b522580.tar.bz2
ci: clang-ast: Update to openjdk-21-jdk
Seems OpenJDK 17 is no longer available in Debian testing. Signed-off-by: Andrew Clayton <a.clayton@nginx.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/clang-ast.yaml2
1 files changed, 1 insertions, 1 deletions
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