Skip to content

Commit

Permalink
PHP 8.2 is here!
Browse files Browse the repository at this point in the history
  • Loading branch information
Alanaktion committed Dec 10, 2022
1 parent 0fcfc30 commit f39a640
Show file tree
Hide file tree
Showing 3 changed files with 65 additions and 66 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

strategy:
matrix:
php: ['7.4', '8.0', '8.1']
php: ['7.4', '8.0', '8.1', '8.2']

name: PHP ${{ matrix.php }}

Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"php": ">=7.4.0",
"bcosca/fatfree-core": "^3.8",
"voku/anti-xss": "^4.1",
"netcarver/textile": "^3.7",
"netcarver/textile": "^4.0",
"erusev/parsedown": "^1.7",
"neos/diff": "^7.3"
},
Expand All @@ -19,11 +19,11 @@
],
"config": {
"platform": {
"php": "7.4.30"
"php": "7.4.33"
}
},
"require-dev": {
"squizlabs/php_codesniffer": "3.*",
"rector/rector": "^0.14.7"
"rector/rector": "^0.15"
}
}
Loading

0 comments on commit f39a640

Please sign in to comment.