Skip to content

Commit

Permalink
devops: GA workflow environment updated
Browse files Browse the repository at this point in the history
  • Loading branch information
kidunot89 committed Nov 6, 2024
1 parent a785725 commit f6582d0
Show file tree
Hide file tree
Showing 3 changed files with 1,026 additions and 11,158 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php: ['8.4', '8.3', '8.2', '8.1', '7.4']
php: ['8.2', '8.1', '7.4']
wordpress: ['6.7', '6.3', '6.1']
composer_version: ['v2']
include:
- php: '8.4'
- php: '8.2'
wordpress: '6.7'
coverage: '--coverage --coverage-xml'
xdebug: 1
Expand Down
34 changes: 2 additions & 32 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,30 +26,13 @@
},
"require-dev": {
"axepress/wp-graphql-cs": "^2.0.0-beta",
"axepress/wp-graphql-headless-login": "^0.3.1",
"axepress/wp-graphql-stubs": "^1.27.1",
"brainmaestro/composer-git-hooks": "^3.0",
"codeception/lib-asserts": "*",
"codeception/module-asserts": "*",
"codeception/module-rest": "*",
"codeception/util-universalframework": "*",
"fakerphp/faker": "^1.23",
"johnpbloch/wordpress": "*",
"lucatume/wp-browser": ">3.1 <3.5",
"php-stubs/woocommerce-stubs": "9.1.0",
"phpstan/extension-installer": "^1.3",
"phpstan/phpdoc-parser": "^1.22.0",
"phpstan/phpstan": "^1.10",
"phpunit/phpunit": "^9.6",
"stripe/stripe-php": "^16.2",
"szepeviktor/phpstan-wordpress": "^1.3",
"wp-cli/wp-cli-bundle": "*",
"wp-graphql/wp-graphql-jwt-authentication": "^0.7.0",
"wp-graphql/wp-graphql-testcase": "^3.2",
"wpackagist-plugin/woocommerce": "^9.3",
"wpackagist-plugin/woocommerce-gateway-stripe": "^8.8",
"wpackagist-plugin/wp-graphql": "^1.29",
"wpackagist-theme/twentytwentyone": "^2.3"
"szepeviktor/phpstan-wordpress": "^1.3"
},
"config": {
"optimize-autoloader": true,
Expand All @@ -58,8 +41,7 @@
"allow-plugins": {
"johnpbloch/wordpress-core-installer": true,
"dealerdirect/phpcodesniffer-composer-installer": true,
"phpstan/extension-installer": true,
"composer/installers": true
"phpstan/extension-installer": true
}
},
"autoload": {
Expand Down Expand Up @@ -157,18 +139,6 @@
"post-merge": [
"composer install"
]
},
"wordpress-install-dir": "local/public",
"installer-paths": {
"local/public/wp-content/plugins/{$name}/": ["type:wordpress-plugin"],
"local/public/wp-content/mu-plugins/{$name}/": ["type:wordpress-muplugin"],
"local/public/wp-content/themes/{$name}/": ["type:wordpress-theme"]
}
},
"repositories": {
"wpackagist": {
"type": "composer",
"url": "https://wpackagist.org"
}
}
}
Loading

0 comments on commit f6582d0

Please sign in to comment.