Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
PODS_LOAD_DATA=true
PODS_REBUILD_DATA=false
PODS_ROOT_FOLDER="pods"
SLIC_PHP_VERSION="8.0"

# This file will be consumed by both the CI and the tests.
# Some environment variables might not apply to one but might apply to the other: modify with care.
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/tests-php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Configure PHP environment
uses: shivammathur/setup-php@v2
with:
php-version: 7.4
php-version: 8.0
# ------------------------------------------------------------------------------
# Checkout slic
# ------------------------------------------------------------------------------
Expand Down Expand Up @@ -98,6 +98,7 @@ jobs:
run: |
docker network prune -f
${SLIC_BIN} use ${GITHUB_REPOSITORY#*/}
${SLIC_BIN} php-version 8.0
${SLIC_BIN} composer set-version 2
${SLIC_BIN} composer install
# ------------------------------------------------------------------------------
Expand Down
21 changes: 6 additions & 15 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,29 +66,20 @@
"require-dev": {
"automattic/vipwpcs": "^3.0.0",
"bvanhoekelen/performance": "^2.5.1",
"codeception/codeception": "^4.2.2",
"codeception/module-asserts": "^1.3",
"codeception/module-cli": "^1.1",
"codeception/module-db": "^1.2",
"codeception/module-filesystem": "^1.0",
"codeception/module-phpbrowser": "^1.0",
"codeception/module-rest": "^1.4",
"codeception/module-webdriver": "^1.4",
"codeception/util-universalframework": "^1.0",
"codeception/module-rest": "^3.4.1",
"codeception/util-universalframework": "^1.0.0",
"dealerdirect/phpcodesniffer-composer-installer": "^1.0.0",
"fzaninotto/faker": "^1.9",
"lucatume/codeception-snapshot-assertions": "^0.4.0",
"lucatume/function-mocker": "^1.3.8",
"lucatume/codeception-snapshot-assertions": "^1.4.0",
"lucatume/function-mocker": "^2.0.0",
"lucatume/function-mocker-le": "^1.0.1",
"lucatume/wp-browser": "3.2.3",
"lucatume/wp-snaphot-assertions": "^1.1",
"lucatume/wp-browser": "4.5.4",
"lucatume/wp-snaphot-assertions": "^2.0.0",
"phpcompatibility/phpcompatibility-wp": "*",
"phpstan/extension-installer": "^1.4",
"phpstan/phpstan": "^1.12",
"phpstan/phpstan-deprecation-rules": "^1.2",
"phpunit/phpunit": "^6.5",
"stellarwp/coding-standards": "dev-main",
"spatie/phpunit-snapshot-assertions": "^1.4.2",
"szepeviktor/phpstan-wordpress": "*",
"wp-cli/wp-cli": "2.*",
"wp-coding-standards/wpcs": "^3.1.0"
Expand Down
Loading