Merge pull request #11554 from firefly-iii/JC5-patch-2

Update PHP version setup in release workflow
This commit is contained in:
James Cole
2026-01-19 07:52:00 +01: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: |