We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 141802e commit 6107575Copy full SHA for 6107575
.github/workflows/test.yml
@@ -242,7 +242,7 @@ jobs:
242
include:
243
# Also run one coverage build with custom ini settings for testing the DisallowShortOpenTag sniff.
244
# Also run with a disabled extension for testing the handling of unsettable ini settings by PHPCS.
245
- - php: '8.0'
+ - php: '7.4'
246
os: 'ubuntu-latest'
247
custom_ini: true
248
extensions: ':mysqli' # Run with mysqli disabled.
0 commit comments