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 75d15a0 commit ec5e443Copy full SHA for ec5e443
.github/workflows/continuous-integration.yml
@@ -108,7 +108,7 @@ jobs:
108
id: prepare_php84_lowest_aura_sql
109
# This step runs only for PHP 8.4 with lowest dependencies.
110
# Assumes inputs.current_stable will be '8.4' when testing PHP 8.4
111
- if: matrix.php-version == inputs.current_stable && inputs.current_stable == '8.4' && matrix.dependencies == 'lowest'
+ if: ${{ matrix['php-version'] == inputs.current_stable && inputs.current_stable == '8.4' && matrix.dependencies == 'lowest' }}
112
shell: bash
113
run: |
114
echo "PHP version is ${{ matrix.php-version }} and dependencies are 'lowest'. Modifying composer.json for aura/sql ^6.0."
0 commit comments