Skip to content

Commit 9dc2677

Browse files
authored
Move to php8.4 (#29)
1 parent 74e4a32 commit 9dc2677

File tree

3 files changed

+106
-115
lines changed

3 files changed

+106
-115
lines changed

.github/workflows/test-impact.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Set up PHP
4242
uses: shivammathur/setup-php@v2
4343
with:
44-
php-version: 8.3
44+
php-version: 8.4
4545
coverage: none
4646
tools: phpstan
4747
env:
@@ -72,7 +72,7 @@ jobs:
7272
- name: Set up PHP
7373
uses: shivammathur/setup-php@v2
7474
with:
75-
php-version: 8.3
75+
php-version: 8.4
7676
coverage: none
7777
tools: phpstan
7878
env:
@@ -103,7 +103,7 @@ jobs:
103103
- name: Set up PHP
104104
uses: shivammathur/setup-php@v2
105105
with:
106-
php-version: 8.3
106+
php-version: 8.4
107107
coverage: none
108108
tools: phpstan
109109
env:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
},
3232
"config": {
3333
"platform": {
34-
"php": "8.3"
34+
"php": "8.4"
3535
},
3636
"preferred-install": "dist",
3737
"sort-packages": true,

0 commit comments

Comments
 (0)