mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-15 08:35:00 +00:00
echo debug and upgrade to 8.4
This commit is contained in:
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@@ -25,6 +25,7 @@ jobs:
|
|||||||
git pull
|
git pull
|
||||||
elif [[ "$version" == branch* ]]; then
|
elif [[ "$version" == branch* ]]; then
|
||||||
PULLBRANCH=${branch:7}
|
PULLBRANCH=${branch:7}
|
||||||
|
echo "The branch is '$PULLBRANCH' ($version)"
|
||||||
git checkout --track origin/$PULLBRANCH
|
git checkout --track origin/$PULLBRANCH
|
||||||
git pull
|
git pull
|
||||||
else
|
else
|
||||||
@@ -41,7 +42,7 @@ jobs:
|
|||||||
- name: Setup PHP
|
- name: Setup PHP
|
||||||
uses: shivammathur/setup-php@v2
|
uses: shivammathur/setup-php@v2
|
||||||
with:
|
with:
|
||||||
php-version: '8.3'
|
php-version: '8.4'
|
||||||
extensions: mbstring, intl, zip, bcmath
|
extensions: mbstring, intl, zip, bcmath
|
||||||
- name: crowdin action
|
- name: crowdin action
|
||||||
uses: crowdin/github-action@v2
|
uses: crowdin/github-action@v2
|
||||||
|
Reference in New Issue
Block a user