From a11cf8c2965f9ef712687ef6b74c32fc6d610709 Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Tue, 28 Sep 2021 20:52:40 +0100 Subject: [PATCH] Update PHP versions used by GitHub Actions --- .github/workflows/main.yml | 12 ++++++------ tests/gh-actions/build.sh | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 74d55641a..ae5ecd62f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: image: [ubuntu-20.04] - php: [7.4.23, 8.0.10] + php: [7.4.24, 8.0.11] steps: - uses: actions/checkout@v2 #needed for build.sh @@ -37,10 +37,10 @@ jobs: fail-fast: false matrix: include: - - php: 8.0.10 + - php: 8.0.11 config: phpstan.neon.dist image: ubuntu-20.04 - - php: 7.4.23 + - php: 7.4.24 config: phpstan.php7.neon image: ubuntu-20.04 @@ -92,7 +92,7 @@ jobs: fail-fast: false matrix: image: [ubuntu-20.04] - php: [7.4.23, 8.0.10] + php: [7.4.24, 8.0.11] steps: - uses: actions/checkout@v2 @@ -142,7 +142,7 @@ jobs: fail-fast: false matrix: image: [ubuntu-20.04] - php: [7.4.23, 8.0.10] + php: [7.4.24, 8.0.11] steps: - uses: actions/checkout@v2 @@ -194,7 +194,7 @@ jobs: fail-fast: false matrix: image: [ubuntu-20.04] - php: [7.4.23, 8.0.10] + php: [7.4.24, 8.0.11] steps: - uses: actions/checkout@v2 diff --git a/tests/gh-actions/build.sh b/tests/gh-actions/build.sh index a8703e8d2..4dd13b8fe 100755 --- a/tests/gh-actions/build.sh +++ b/tests/gh-actions/build.sh @@ -17,7 +17,7 @@ INSTALL_DIR="$(pwd)/bin/php7" export CFLAGS="$CFLAGS -march=x86-64" export CXXFLAGS="$CXXFLAGS -march=x86-64" -git clone https://github.com/php-build/php-build.git +git clone https://github.com/pmmp/php-build.git cd php-build ./install-dependencies.sh echo '"pthreads",,"https://github.com/pmmp/pthreads.git",,,"extension",' >> share/php-build/extension/definition