Merge branch 'develop' into dependabot/npm_and_yarn/develop/jquery-4.0.0

This commit is contained in:
mergify[bot]
2026-01-19 18:33:03 +00:00
committed by GitHub

View File

@@ -42,7 +42,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: ${{ github.event.inputs.phpversion }}
php-version: ${{ github.event.inputs.phpversion || '8.4' }}
extensions: mbstring, intl, zip, bcmath
- name: Switch and pull
run: |