Skip to content

Commit 46e7332

Browse files
update workflow integrate yaml ubuntu (#4484)
1 parent 79c0572 commit 46e7332

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/integrate.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
build:
1616
name: "Build"
1717

18-
runs-on: "ubuntu-20.04"
18+
runs-on: "ubuntu-22.04"
1919

2020
strategy:
2121
matrix:
@@ -44,11 +44,11 @@ jobs:
4444

4545
- name: "Quality Assurance scripts"
4646
run: |
47-
php8.0 doc-base/scripts/qa/extensions.xml.php --check
48-
php8.0 doc-base/scripts/qa/section-order.php
47+
php8.1 doc-base/scripts/qa/extensions.xml.php --check
48+
php8.1 doc-base/scripts/qa/section-order.php
4949
5050
- name: "Build documentation for ${{ matrix.language }}"
51-
run: "php8.0 doc-base/configure.php --disable-libxml-check --enable-xml-details --redirect-stderr-to-stdout --with-lang=${{ matrix.language }}"
51+
run: "php8.1 doc-base/configure.php --disable-libxml-check --enable-xml-details --redirect-stderr-to-stdout --with-lang=${{ matrix.language }}"
5252

5353
- name: "Upload .manual.xml"
5454
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)