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 1717 build :
1818 name : " Build"
1919
20- runs-on : " ubuntu-20 .04"
20+ runs-on : " ubuntu-22 .04"
2121
2222 strategy :
2323 matrix :
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 }}"
You can’t perform that action at this time.
0 commit comments