mirror of
https://github.com/ivuorinen/bbcodeparser.git
synced 2026-02-20 14:50:28 +00:00
feat: upgrade php to 8.3, upgrade deps
This commit is contained in:
6
.github/workflows/php.yml
vendored
6
.github/workflows/php.yml
vendored
@@ -13,9 +13,9 @@ jobs:
|
|||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
operating-system: ['ubuntu-latest']
|
operating-system: ["ubuntu-latest"]
|
||||||
php-versions: ['8.1']
|
php-versions: ["8.3"]
|
||||||
phpunit-versions: ['latest']
|
phpunit-versions: ["latest"]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Setup PHP
|
- name: Setup PHP
|
||||||
|
|||||||
@@ -24,12 +24,11 @@
|
|||||||
"issues": "https://github.com/ivuorinen/bbcodeparser/issues"
|
"issues": "https://github.com/ivuorinen/bbcodeparser/issues"
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"php": "^8.1"
|
"php": "^8.3"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"ergebnis/composer-normalize": "^2.30",
|
"ergebnis/composer-normalize": "^2",
|
||||||
"orchestra/testbench": "^8",
|
"orchestra/testbench": "^8",
|
||||||
"phpunit/phpunit": "^10",
|
|
||||||
"squizlabs/php_codesniffer": "^3"
|
"squizlabs/php_codesniffer": "^3"
|
||||||
},
|
},
|
||||||
"replace": {
|
"replace": {
|
||||||
@@ -51,7 +50,8 @@
|
|||||||
},
|
},
|
||||||
"config": {
|
"config": {
|
||||||
"allow-plugins": {
|
"allow-plugins": {
|
||||||
"ergebnis/composer-normalize": true
|
"ergebnis/composer-normalize": true,
|
||||||
|
"kylekatarnls/update-helper": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"extra": {
|
"extra": {
|
||||||
|
|||||||
Reference in New Issue
Block a user