Skip to content

Commit

Permalink
Use PHP 8.3 (#239)
Browse files Browse the repository at this point in the history
* Use PHP 8.3

* fix
  • Loading branch information
OskarStark authored Sep 16, 2024
1 parent 8ad09c9 commit 79f3315
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Set up PHP
uses: shivammathur/[email protected]
with:
php-version: 8.2
php-version: 8.3
coverage: none

- name: Checkout code
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.2
php-version: 8.3
coverage: none
tools: phpstan:1.10, cs2pr

Expand All @@ -36,7 +36,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.2
php-version: 8.3
coverage: none
tools: php-cs-fixer:3.42, cs2pr

Expand All @@ -53,7 +53,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.2
php-version: 8.3
coverage: none
tools: vimeo/psalm:5.18.0

Expand Down
2 changes: 1 addition & 1 deletion .platform.app.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: carson-bot

type: php:8.2
type: php:8.3

runtime:
extensions:
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "project",
"license": "MIT",
"require": {
"php": ">=8.2",
"php": ">=8.3",
"ext-json": "*",
"composer/package-versions-deprecated": "^1.11",
"doctrine/common": "^3.0",
Expand Down Expand Up @@ -41,7 +41,7 @@
},
"config": {
"platform": {
"php": "8.2"
"php": "8.3"
},
"preferred-install": {
"*": "dist"
Expand Down
6 changes: 3 additions & 3 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 79f3315

Please sign in to comment.