echo debug and upgrade to 8.4

This commit is contained in:
James Cole
2024-12-14 21:37:45 +01:00
parent 90794cb515
commit 69e1eb3eff

View File

@@ -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