Skip to content

Commit

Permalink
task: support PHP 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
cngJo committed Nov 19, 2024
1 parent 6a8f7d7 commit eeea2b4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,10 @@ jobs:
dependencies: "lowest" # Pimcore 10.5.0
- php-version: "8.2"
dependencies: "highest" # Pimcore 11.*

- php-version: "8.3"
dependencies: "lowest" # Pimcore 11.*
- php-version: "8.3"
dependencies: "highest" # Pimcore 11.*
env:
MYSQL_HOST: 127.0.0.1
MYSQL_PORT: 3306
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
}
],
"require": {
"php": "~8.1.0 || ~8.2.0",
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"pimcore/pimcore": "^10.5 || ^11.0"
},
"require-dev": {
Expand Down

0 comments on commit eeea2b4

Please sign in to comment.