Skip to content

Commit 072145a

Browse files
committed
ci: update integrate job to ubuntu-latest
1 parent ffdf7c8 commit 072145a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
build:
1212
name: "Build"
1313

14-
runs-on: "ubuntu-20.04"
14+
runs-on: "ubuntu-latest"
1515

1616
steps:
1717
- name: "Checkout php/doc-uk"
@@ -33,4 +33,4 @@ jobs:
3333
repository: "php/doc-base"
3434

3535
- name: "Build documentation"
36-
run: "php8.0 doc-base/configure.php --disable-libxml-check --enable-xml-details --redirect-stderr-to-stdout --with-lang=uk"
36+
run: "php doc-base/configure.php --disable-libxml-check --enable-xml-details --redirect-stderr-to-stdout --with-lang=uk"

0 commit comments

Comments
 (0)