File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 17
17
build :
18
18
name : " Build"
19
19
20
- runs-on : " ubuntu-20 .04"
20
+ runs-on : " ubuntu-22 .04"
21
21
22
22
strategy :
23
23
matrix :
53
53
54
54
- name : " Quality Assurance scripts"
55
55
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
58
58
59
59
- 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 }}"
You can’t perform that action at this time.
0 commit comments