We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
integrate
ubuntu-latest
1 parent ffdf7c8 commit 072145aCopy full SHA for 072145a
1 file changed
.github/workflows/build.yml
@@ -11,7 +11,7 @@ jobs:
11
build:
12
name: "Build"
13
14
- runs-on: "ubuntu-20.04"
+ runs-on: "ubuntu-latest"
15
16
steps:
17
- name: "Checkout php/doc-uk"
@@ -33,4 +33,4 @@ jobs:
33
repository: "php/doc-base"
34
35
- name: "Build documentation"
36
- run: "php8.0 doc-base/configure.php --disable-libxml-check --enable-xml-details --redirect-stderr-to-stdout --with-lang=uk"
+ run: "php doc-base/configure.php --disable-libxml-check --enable-xml-details --redirect-stderr-to-stdout --with-lang=uk"
0 commit comments