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 }}"