Skip to content

Commit

Permalink
Remove phpbench
Browse files Browse the repository at this point in the history
  • Loading branch information
dantleech committed Aug 9, 2024
1 parent c094166 commit 5f1aff4
Showing 1 changed file with 0 additions and 31 deletions.
31 changes: 0 additions & 31 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 5f1aff4

Please sign in to comment.