We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
integrate
ubuntu-latest
1 parent ffdf7c8 commit 072145aCopy full SHA for 072145a
.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