Skip to content

Commit 79f3315

Browse files
authored
Use PHP 8.3 (#239)
* Use PHP 8.3 * fix
1 parent 8ad09c9 commit 79f3315

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Set up PHP
1616
uses: shivammathur/setup-php@2.7.0
1717
with:
18-
php-version: 8.2
18+
php-version: 8.3
1919
coverage: none
2020

2121
- name: Checkout code

.github/workflows/static.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Setup PHP
1616
uses: shivammathur/setup-php@v2
1717
with:
18-
php-version: 8.2
18+
php-version: 8.3
1919
coverage: none
2020
tools: phpstan:1.10, cs2pr
2121

@@ -36,7 +36,7 @@ jobs:
3636
- name: Setup PHP
3737
uses: shivammathur/setup-php@v2
3838
with:
39-
php-version: 8.2
39+
php-version: 8.3
4040
coverage: none
4141
tools: php-cs-fixer:3.42, cs2pr
4242

@@ -53,7 +53,7 @@ jobs:
5353
- name: Setup PHP
5454
uses: shivammathur/setup-php@v2
5555
with:
56-
php-version: 8.2
56+
php-version: 8.3
5757
coverage: none
5858
tools: vimeo/psalm:5.18.0
5959

.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.2
3+
type: php:8.3
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.2",
7+
"php": ">=8.3",
88
"ext-json": "*",
99
"composer/package-versions-deprecated": "^1.11",
1010
"doctrine/common": "^3.0",
@@ -41,7 +41,7 @@
4141
},
4242
"config": {
4343
"platform": {
44-
"php": "8.2"
44+
"php": "8.3"
4545
},
4646
"preferred-install": {
4747
"*": "dist"

composer.lock

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

0 commit comments

Comments
 (0)