We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cb724d commit 65f4066Copy full SHA for 65f4066
.github/workflows/code-coverage.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