Skip to content

Commit

Permalink
Use php instead of php8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
haszi committed Apr 26, 2024
1 parent 847e81d commit af80d3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/full_render_doc-en_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
repository: "php/doc-base"

- name: "Build documentation for doc-en"
run: "php8.0 doc-base/configure.php --disable-libxml-check --enable-xml-details --redirect-stderr-to-stdout"
run: "php doc-base/configure.php --disable-libxml-check --enable-xml-details --redirect-stderr-to-stdout"

- name: "Render documentation for doc-en"
run: "php8.0 phd/render.php --docbook doc-base/.manual.xml --package PHP --format xhtml --format bigxhtml --format php --format tocfeed --forceindex"
run: "php phd/render.php --docbook doc-base/.manual.xml --package PHP --format xhtml --format bigxhtml --format php --format tocfeed --forceindex"

0 comments on commit af80d3b

Please sign in to comment.