File tree Expand file tree Collapse file tree 1 file changed +0
-31
lines changed Expand file tree Collapse file tree 1 file changed +0
-31
lines changed Original file line number Diff line number Diff line change @@ -110,34 +110,3 @@ jobs:
110
110
-
111
111
name : " Run PHPUnit"
112
112
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"
You can’t perform that action at this time.
0 commit comments