Merge pull request #18402 from MauricioFauth/selenium-disable-jit
Disable JIT for Selenium tests
This commit is contained in:
commit
2aca933933
2
.github/workflows/test-selenium.yml
vendored
2
.github/workflows/test-selenium.yml
vendored
@ -99,7 +99,7 @@ jobs:
|
||||
with:
|
||||
coverage: "none"
|
||||
php-version: ${{ env.php-version }}
|
||||
extensions: mbstring, iconv, mysqli, zip, gd, bz2
|
||||
extensions: :opcache, mbstring, iconv, mysqli, zip, gd, bz2
|
||||
|
||||
- name: Install Composer dependencies
|
||||
uses: ramsey/composer-install@v2
|
||||
|
||||
Loading…
Reference in New Issue
Block a user