Skip to content

Commit

Permalink
update workflow integrate yaml ubuntu (#4484)
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilDaiguille authored Feb 22, 2025
1 parent 79c0572 commit 46e7332
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
build:
name: "Build"

runs-on: "ubuntu-20.04"
runs-on: "ubuntu-22.04"

strategy:
matrix:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 46e7332

Please sign in to comment.