mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-07-03 04:54:10 -07:00
Merge branch 'main' into develop
This commit is contained in:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user