mirror of
https://github.com/php/doc-en.git
synced 2026-03-23 23:32:18 +01:00
update workflow integrate yaml ubuntu (#4484)
This commit is contained in:
8
.github/workflows/integrate.yaml
vendored
8
.github/workflows/integrate.yaml
vendored
@@ -15,7 +15,7 @@ jobs:
|
||||
build:
|
||||
name: "Build"
|
||||
|
||||
runs-on: "ubuntu-20.04"
|
||||
runs-on: "ubuntu-22.04"
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
@@ -44,11 +44,11 @@ jobs:
|
||||
|
||||
- name: "Quality Assurance scripts"
|
||||
run: |
|
||||
php8.0 doc-base/scripts/qa/extensions.xml.php --check
|
||||
php8.0 doc-base/scripts/qa/section-order.php
|
||||
php8.1 doc-base/scripts/qa/extensions.xml.php --check
|
||||
php8.1 doc-base/scripts/qa/section-order.php
|
||||
|
||||
- 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: "php8.1 doc-base/configure.php --disable-libxml-check --enable-xml-details --redirect-stderr-to-stdout --with-lang=${{ matrix.language }}"
|
||||
|
||||
- name: "Upload .manual.xml"
|
||||
uses: actions/upload-artifact@v4
|
||||
|
||||
Reference in New Issue
Block a user