Skip to content

Commit

Permalink
feat: bump php version to 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lotyp committed Jun 4, 2023
1 parent 364acab commit cbb5733
Show file tree
Hide file tree
Showing 3 changed files with 173 additions and 174 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
fail-fast: true
matrix:
os: ["ubuntu-22.04"]
php: ["8.1", "8.2"]
php: ["8.2"]

steps:
- name: 馃摝 Check out the codebase
Expand Down
7 changes: 3 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@
}
],
"require": {
"php": "^8.1",
"illuminate/contracts": "^v10.12",
"nunomaduro/collision": "^7.5"
"php": "^8.2",
"illuminate/contracts": "^v10.13"
},
"require-dev": {
"ergebnis/composer-normalize": "^2.31",
Expand All @@ -30,7 +29,7 @@
"phpstan/phpstan-deprecation-rules": "^1.1",
"phpstan/phpstan-phpunit": "^1.3",
"phpstan/phpstan-strict-rules": "^1.5",
"phpunit/phpunit": "^10.1",
"phpunit/phpunit": "^10.2",
"roave/security-advisories": "dev-latest",
"wayofdev/cs-fixer-config": "^1.2"
},
Expand Down

0 comments on commit cbb5733

Please sign in to comment.