Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/app-demo-native.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
steps:
- uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98

- uses: shivammathur/setup-php@93cb3149d228516dfca679606c5060ee44f46437
- uses: shivammathur/setup-php@690cb7c9d81dbfe51eba732cfca0a00ca42db777
with:
php-version: '8.4'
tools: symfony-cli, flex
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/app-encore.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
with:
node-version-file: '.nvmrc'

- uses: shivammathur/setup-php@93cb3149d228516dfca679606c5060ee44f46437
- uses: shivammathur/setup-php@690cb7c9d81dbfe51eba732cfca0a00ca42db777

- name: Install root PHP dependencies
uses: ramsey/composer-install@2b6adcf6fa51986b4a64e960e812c1bf5a38f237
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/browser-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Install browsers with Playwright
run: pnpm exec playwright install firefox ffmpeg

- uses: shivammathur/setup-php@93cb3149d228516dfca679606c5060ee44f46437
- uses: shivammathur/setup-php@690cb7c9d81dbfe51eba732cfca0a00ca42db777
with:
php-version: ${{ matrix.symfony >= '8.0' && '8.4' || '8.2' }}
tools: symfony-cli, flex
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/code-quality.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ jobs:
echo "PACKAGES=$PACKAGES" >> $GITHUB_ENV

- name: Setup PHP
uses: shivammathur/setup-php@93cb3149d228516dfca679606c5060ee44f46437
uses: shivammathur/setup-php@690cb7c9d81dbfe51eba732cfca0a00ca42db777
with:
php-version: 8.1
tools: flex
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/functional-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98

- name: Setup PHP
uses: shivammathur/setup-php@93cb3149d228516dfca679606c5060ee44f46437
uses: shivammathur/setup-php@690cb7c9d81dbfe51eba732cfca0a00ca42db777
with:
php-version: ${{ matrix.php-version }}
tools: flex
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
echo "PACKAGES=$PACKAGES" >> $GITHUB_ENV

- name: Setup PHP
uses: shivammathur/setup-php@93cb3149d228516dfca679606c5060ee44f46437
uses: shivammathur/setup-php@690cb7c9d81dbfe51eba732cfca0a00ca42db777
with:
php-version: ${{ matrix.php-version }}
extensions: ${{ matrix.os == 'windows-latest' && 'pdo_sqlite,sqlite3,fileinfo,gd,zip' || '' }}
Expand Down
Loading