We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a5f70a commit 015c3d2Copy full SHA for 015c3d2
1 file changed
.github/workflows/tests.yml
@@ -157,7 +157,7 @@ jobs:
157
db: 'mysql:5.6'
158
db_alias: 'MyISAM Tests'
159
MYISAM: 1
160
- - php: ${{ inputs.MIN_PHP_VERSION }}
+ - php: ${{ startsWith(inputs.MIN_PHP_VERSION, '7') && '7.4' || inputs.MIN_PHP_VERSION }}
161
db: 'mysql:8.0'
162
COVERAGE: ${{ inputs.CODECOV == '1' && '1' || '0' }}
163
db_alias: ${{ inputs.CODECOV == '1' && 'mysql:8.0 with Coverage' || 'mysql:8.0' }}
0 commit comments