Skip to content

Commit 8702eb7

Browse files
authored
Merge pull request #3740 from Parsely/update/use-php-8-4-in-bump-version-yml
2 parents 908908a + aab700c commit 8702eb7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/bump-version.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ jobs:
2727
exit 1
2828
fi
2929
30-
- name: Setup PHP 8.1
30+
- name: Setup PHP 8.4
3131
uses: shivammathur/setup-php@v2
3232
with:
33-
php-version: '8.1'
33+
php-version: '8.4'
3434
extensions: mbstring, json
3535

3636
- name: Checkout ${{ github.ref_name }} branch
@@ -73,10 +73,10 @@ jobs:
7373
CURRENT_VERSION: ${{ needs.validate_version.outputs.current_version }}
7474
GH_TOKEN: ${{ github.token }}
7575
steps:
76-
- name: Setup PHP 8.1
76+
- name: Setup PHP 8.4
7777
uses: shivammathur/setup-php@v2
7878
with:
79-
php-version: '8.1'
79+
php-version: '8.4'
8080
extensions: mbstring, json
8181

8282
- name: Configure Git

0 commit comments

Comments
 (0)