Skip to content

Commit

Permalink
Merge branch 'develop' into fix/104
Browse files Browse the repository at this point in the history
  • Loading branch information
borkweb authored Jan 8, 2024
2 parents 3185f3b + 572c105 commit 530e4a2
Show file tree
Hide file tree
Showing 23 changed files with 7,549 additions and 3,119 deletions.
15 changes: 15 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
/.github export-ignore
/dev export-ignore
/docs export-ignore
/tests export-ignore
/.editorconfig export-ignore
/.env.testing export-ignore
/.env.testing.slic export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.lando.yml export-ignore
/codeception.dist.yml export-ignore
/codeception.slic.yml export-ignore
/CONTRIBUTING.md export-ignore
/phpcs.xml.dist export-ignore
/phpstan.neon.dist export-ignore
2 changes: 1 addition & 1 deletion .github/workflows/compatibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-version: ["7.1", "7.2", "7.3", "7.4", "8.0", "8.1", "8.2"]
php-version: ["7.1", "7.2", "7.3", "7.4", "8.0", "8.1", "8.2", "8.3"]

steps:
- uses: actions/checkout@v3
Expand Down
10 changes: 6 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@
"stellarwp/container-contract": "^1.0"
},
"require-dev": {
"automattic/vipwpcs": "^2.3",
"automattic/vipwpcs": "^3.0.0",
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.2",
"lucatume/di52": "3.0.0",
"lucatume/wp-browser": "^4.0",
"lucatume/wp-browser": "^3.2.3",
"phpcompatibility/phpcompatibility-wp": "*",
"phpunit/php-code-coverage": "^9.2",
"szepeviktor/phpstan-wordpress": "^1.1",
"the-events-calendar/coding-standards": "dev-master",
"wp-coding-standards/wpcs": "^2.3"
"wp-coding-standards/wpcs": "^3.0.0"
},
"repositories": [
{
Expand All @@ -55,14 +55,16 @@
"compatibility:php-8.0": "phpcs ./src -s --standard=PHPCompatibilityWP --runtime-set testVersion 8.0",
"compatibility:php-8.1": "phpcs ./src -s --standard=PHPCompatibilityWP --runtime-set testVersion 8.1",
"compatibility:php-8.2": "phpcs ./src -s --standard=PHPCompatibilityWP --runtime-set testVersion 8.2",
"compatibility:php-8.3": "phpcs ./src -s --standard=PHPCompatibilityWP --runtime-set testVersion 8.3",
"compatibility": [
"@compatibility:php-7.1",
"@compatibility:php-7.2",
"@compatibility:php-7.3",
"@compatibility:php-7.4",
"@compatibility:php-8.0",
"@compatibility:php-8.1",
"@compatibility:php-8.2"
"@compatibility:php-8.2",
"@compatibility:php-8.3"
]
},
"scripts-descriptions": {
Expand Down
Loading

0 comments on commit 530e4a2

Please sign in to comment.