Skip to content

Commit ff086b4

Browse files
committed
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>
1 parent d34a88f commit ff086b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/clang-ast.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
apt-get -y install git wget curl llvm-dev libclang-dev clang make \
3333
libssl-dev libpcre2-dev libperl-dev \
3434
libphp-embed php-dev python3-dev libpython3-dev \
35-
ruby-dev openjdk-17-jdk npm
35+
ruby-dev openjdk-21-jdk npm
3636
npm install -g node-gyp
3737
3838
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)