From 4e30a9557c3a68680e6fe43d45b9de57169bde44 Mon Sep 17 00:00:00 2001 From: Ayesh Karunaratne Date: Mon, 3 Mar 2025 16:34:58 +0700 Subject: [PATCH] ci: update `integrate` job to `ubuntu-latest` --- .github/workflows/integrate.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integrate.yaml b/.github/workflows/integrate.yaml index 4a253595..27a09014 100644 --- a/.github/workflows/integrate.yaml +++ b/.github/workflows/integrate.yaml @@ -12,7 +12,7 @@ jobs: build: name: "Build" - runs-on: "ubuntu-20.04" + runs-on: "ubuntu-latest" strategy: matrix: @@ -40,4 +40,4 @@ jobs: repository: "php/doc-base" - name: "Build documentation for ${{ matrix.language }}" - run: "php8.0 doc-base/configure.php --disable-libxml-check --enable-xml-details --redirect-stderr-to-stdout --with-lang=${{ matrix.language }}" + run: "php doc-base/configure.php --disable-libxml-check --enable-xml-details --redirect-stderr-to-stdout --with-lang=${{ matrix.language }}"