From 5f1aff4107d4df7a1ef379f6d1a46751fd49fb11 Mon Sep 17 00:00:00 2001 From: Daniel Leech Date: Fri, 9 Aug 2024 08:17:23 +0100 Subject: [PATCH] Remove phpbench --- .github/workflows/ci.yml | 31 ------------------------------- 1 file changed, 31 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 16a1f69c..922fa872 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -110,34 +110,3 @@ jobs: - name: "Run PHPUnit" run: "vendor/bin/phpunit" - phpbench: - name: "PHPBench Regression Test" - - runs-on: "ubuntu-latest" - - strategy: - matrix: - php-version: - - '8.1' - steps: - - - name: "Checkout code" - uses: "actions/checkout@v2" - - - - name: "Install PHP" - uses: "shivammathur/setup-php@v2" - with: - coverage: "none" - extensions: "${{ env.REQUIRED_PHP_EXTENSIONS }}" - php-version: "${{ matrix.php-version }}" - tools: composer:v2 - - - - name: "Composer install" - uses: "ramsey/composer-install@v1" - with: - composer-options: "--no-scripts" - - - name: "PHPBench Regression Test" - run: ".github/phpbench_regression_test.sh"