Skip to content

Commit 67b88aa

Browse files
committed
Update build.yml
1 parent 56c46c2 commit 67b88aa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
build:
1818
name: "Build"
1919

20-
runs-on: "ubuntu-20.04"
20+
runs-on: "ubuntu-22.04"
2121

2222
strategy:
2323
matrix:
@@ -53,8 +53,8 @@ jobs:
5353

5454
- name: "Quality Assurance scripts"
5555
run: |
56-
php8.0 doc-base/scripts/qa/extensions.xml.php --check
57-
php8.0 doc-base/scripts/qa/section-order.php
56+
php8.1 doc-base/scripts/qa/extensions.xml.php --check
57+
php8.1 doc-base/scripts/qa/section-order.php
5858
5959
- name: "Build documentation for ${{ matrix.language }}"
60-
run: "php8.0 doc-base/configure.php --disable-libxml-check --enable-xml-details --redirect-stderr-to-stdout --with-lang=${{ matrix.language }}"
60+
run: "php8.1 doc-base/configure.php --disable-libxml-check --enable-xml-details --redirect-stderr-to-stdout --with-lang=${{ matrix.language }}"

0 commit comments

Comments
 (0)