File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 15
15
build :
16
16
name : " Build"
17
17
18
- runs-on : " ubuntu-20 .04"
18
+ runs-on : " ubuntu-22 .04"
19
19
20
20
strategy :
21
21
matrix :
@@ -44,11 +44,11 @@ jobs:
44
44
45
45
- name : " Quality Assurance scripts"
46
46
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
49
49
50
50
- 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 }}"
52
52
53
53
- name : " Upload .manual.xml"
54
54
uses : actions/upload-artifact@v4
You can’t perform that action at this time.
0 commit comments