We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2b92af commit 8cb724dCopy full SHA for 8cb724d
.github/workflows/build-release.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: Setup PHP
16
uses: shivammathur/setup-php@v2
17
with:
18
- php-version: '8.3'
+ php-version: '8.4'
19
20
- name: Install Dependencies
21
run: composer install
0 commit comments