Skip to content

Commit

Permalink
update workflow integrate yaml ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilDaiguille committed Feb 22, 2025
1 parent 01a3372 commit 7ca4847
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
build:
name: "Build"

runs-on: "ubuntu-20.04"
runs-on: "ubuntu-22.04"

strategy:
matrix:
Expand Down Expand Up @@ -40,4 +40,4 @@ jobs:
repository: "php/doc-base"

- name: "Build documentation for ${{ matrix.language }}"
run: "php8.0 doc-base/configure.php --disable-libxml-check --enable-xml-details --redirect-stderr-to-stdout --with-lang=${{ matrix.language }}"
run: "php8.1 doc-base/configure.php --disable-libxml-check --enable-xml-details --redirect-stderr-to-stdout --with-lang=${{ matrix.language }}"

0 comments on commit 7ca4847

Please sign in to comment.