Skip to content

Commit 5f1aff4

Browse files
committed
Remove phpbench
1 parent c094166 commit 5f1aff4

File tree

1 file changed

+0
-31
lines changed

1 file changed

+0
-31
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -110,34 +110,3 @@ jobs:
110110
-
111111
name: "Run PHPUnit"
112112
run: "vendor/bin/phpunit"
113-
phpbench:
114-
name: "PHPBench Regression Test"
115-
116-
runs-on: "ubuntu-latest"
117-
118-
strategy:
119-
matrix:
120-
php-version:
121-
- '8.1'
122-
steps:
123-
-
124-
name: "Checkout code"
125-
uses: "actions/checkout@v2"
126-
127-
-
128-
name: "Install PHP"
129-
uses: "shivammathur/setup-php@v2"
130-
with:
131-
coverage: "none"
132-
extensions: "${{ env.REQUIRED_PHP_EXTENSIONS }}"
133-
php-version: "${{ matrix.php-version }}"
134-
tools: composer:v2
135-
136-
-
137-
name: "Composer install"
138-
uses: "ramsey/composer-install@v1"
139-
with:
140-
composer-options: "--no-scripts"
141-
-
142-
name: "PHPBench Regression Test"
143-
run: ".github/phpbench_regression_test.sh"

0 commit comments

Comments
 (0)