Merge pull request #18402 from MauricioFauth/selenium-disable-jit

Disable JIT for Selenium tests
This commit is contained in:
Maurício Meneghini Fauth 2023-05-10 14:17:04 -03:00 committed by GitHub
commit 2aca933933
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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