diff --git a/.github/workflows/integrate.yaml b/.github/workflows/integrate.yaml index a3394a4fdf..ab1ab26f91 100644 --- a/.github/workflows/integrate.yaml +++ b/.github/workflows/integrate.yaml @@ -12,12 +12,14 @@ jobs: build: name: "Build" - runs-on: "ubuntu-20.04" + runs-on: "ubuntu-latest" strategy: matrix: language: - "ja" + php: + - "8.4" steps: - name: "Checkout php/doc-${{ matrix.language }}" @@ -39,5 +41,16 @@ jobs: path: "doc-base" repository: "php/doc-base" + - name: Setup PHP + uses: shivammathur/setup-php@v2 + with: + php-version: ${{ matrix.php }} + extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite + coverage: none + + - run: php -v + - run: php -m + - run: php -i + - 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 }}" diff --git a/reference/win32service/functions/win32-create-service.xml b/reference/win32service/functions/win32-create-service.xml index 0a4b823d01..91178a25d5 100644 --- a/reference/win32service/functions/win32-create-service.xml +++ b/reference/win32service/functions/win32-create-service.xml @@ -1,4 +1,4 @@ - +