We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74e4a32 commit 9dc2677Copy full SHA for 9dc2677
3 files changed
.github/workflows/test-impact.yml
@@ -41,7 +41,7 @@ jobs:
41
- name: Set up PHP
42
uses: shivammathur/setup-php@v2
43
with:
44
- php-version: 8.3
+ php-version: 8.4
45
coverage: none
46
tools: phpstan
47
env:
@@ -72,7 +72,7 @@ jobs:
72
73
74
75
76
77
78
@@ -103,7 +103,7 @@ jobs:
103
104
105
106
107
108
109
composer.json
@@ -31,7 +31,7 @@
31
},
32
"config": {
33
"platform": {
34
- "php": "8.3"
+ "php": "8.4"
35
36
"preferred-install": "dist",
37
"sort-packages": true,
0 commit comments