Skip to content

Commit d7f0c87

Browse files
authored
Use PHP 8.4 (#279)
1 parent fb1c880 commit d7f0c87

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Set up PHP
1616
uses: shivammathur/setup-php@v2
1717
with:
18-
php-version: 8.3
18+
php-version: 8.4
1919
coverage: none
2020

2121
- name: Checkout code
@@ -52,7 +52,7 @@ jobs:
5252
- name: Setup PHP
5353
uses: shivammathur/setup-php@v2
5454
with:
55-
php-version: 8.3
55+
php-version: 8.4
5656
coverage: none
5757
tools: phpstan:2.1, cs2pr
5858

@@ -73,7 +73,7 @@ jobs:
7373
- name: Setup PHP
7474
uses: shivammathur/setup-php@v2
7575
with:
76-
php-version: 8.3
76+
php-version: 8.4
7777
coverage: none
7878
tools: php-cs-fixer:3.90, cs2pr
7979

@@ -90,7 +90,7 @@ jobs:
9090
- name: Setup PHP
9191
uses: shivammathur/setup-php@v2
9292
with:
93-
php-version: 8.3
93+
php-version: 8.4
9494
coverage: none
9595
tools: vimeo/psalm:6.13.1
9696

.platform.app.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: carson-bot
22

3-
type: php:8.3
3+
type: php:8.4
44

55
runtime:
66
extensions:

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"type": "project",
55
"license": "MIT",
66
"require": {
7-
"php": ">=8.3",
7+
"php": ">=8.4",
88
"doctrine/common": "^3.0",
99
"doctrine/dbal": "^2.13",
1010
"doctrine/doctrine-bundle": "^2.4",
@@ -42,7 +42,7 @@
4242
},
4343
"config": {
4444
"platform": {
45-
"php": "8.3"
45+
"php": "8.4"
4646
},
4747
"preferred-install": {
4848
"*": "dist"

composer.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)