diff --git a/.github/workflows/tests-mongodb.yml b/.github/workflows/tests-mongodb.yml index d8df373..41ad356 100644 --- a/.github/workflows/tests-mongodb.yml +++ b/.github/workflows/tests-mongodb.yml @@ -11,12 +11,12 @@ jobs: fail-fast: false matrix: phpunit: - - "7.5" + - "8" php: - - "7.1" - - "7.2" - - "7.3" - - "7.4" + - "8.0" + - "8.1" + - "8.2" + - "8.3" include: - php: "7.0" phpunit: "6" diff --git a/install-extensions.sh b/install-extensions.sh index 9094699..316f439 100755 --- a/install-extensions.sh +++ b/install-extensions.sh @@ -66,7 +66,7 @@ case "$(uname -s):$PHP_VERSION" in install_xhprof 0.9.4 install_mongo ;; -Linux:7.*|Linux:8.*) +Linux:7.*|Linux:8.0) install_xhprof install_mongodb install_tideways_xhprof