Skip to content

Commit ec5e443

Browse files
Update .github/workflows/continuous-integration.yml
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 75d15a0 commit ec5e443

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
id: prepare_php84_lowest_aura_sql
109109
# This step runs only for PHP 8.4 with lowest dependencies.
110110
# 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'
111+
if: ${{ matrix['php-version'] == inputs.current_stable && inputs.current_stable == '8.4' && matrix.dependencies == 'lowest' }}
112112
shell: bash
113113
run: |
114114
echo "PHP version is ${{ matrix.php-version }} and dependencies are 'lowest'. Modifying composer.json for aura/sql ^6.0."

0 commit comments

Comments
 (0)