Skip to content

Commit

Permalink
Merge pull request #16 from bearsunday/php-8.3
Browse files Browse the repository at this point in the history
Enable PHP 8.3 compat
  • Loading branch information
koriym authored Jan 10, 2024
2 parents 4152fef + 5287c3c commit ab3f3db
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ jobs:
ci:
uses: ray-di/.github/.github/workflows/continuous-integration.yml@v1
with:
old_stable: '["7.4", "8.0"]'
current_stable: 8.1
old_stable: '["7.4", "8.0", "8.1", "8.2"]'
current_stable: 8.3
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
"bear/resource": "^1.17",
"psr/log": "^1 || ^2 || ^3",
"ray/di": "^2.14",
"symfony/process": "^5.2.7"
"symfony/process": "^v5.4 || ^v6.4 || ^v7.0"
},
"require-dev": {
"bamarni/composer-bin-plugin": "^1.4",
"bear/package": "^1.10",
"phpunit/phpunit": "^9.5",
"phpunit/phpunit": "^9.6",
"ray/aura-sql-module": "^1.10"
},
"autoload": {
Expand Down

0 comments on commit ab3f3db

Please sign in to comment.