diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ff9b32c..2007095 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,7 +4,7 @@ updates: - package-ecosystem: "npm" # Look for `package.json` and `package-lock.json` files in the root directory directory: "/" - # Check for updates monthly + # Check for updates daily schedule: interval: "daily" allow: @@ -17,7 +17,7 @@ updates: - package-ecosystem: "composer" # Look for `composer.json` and `composer.lock` files in the root directory directory: "/" - # Check for updates monthly + # Check for updates daily schedule: interval: "daily" allow: diff --git a/.github/workflows/.pipeline.yml b/.github/workflows/.pipeline.yml index e3ec995..288793b 100644 --- a/.github/workflows/.pipeline.yml +++ b/.github/workflows/.pipeline.yml @@ -13,9 +13,9 @@ jobs: strategy: fail-fast: false matrix: - php: [ 7.3, 7.4 ] + php: [ 7.4 ] os: [ ubuntu-20.04 ] - wordpress: [ 5.9 ] + wordpress: [ 5.9.3, latest ] experimental: [ false ] include: - php: 8.0 @@ -94,7 +94,7 @@ jobs: - name: Upload Coverage to Codecov run: bash <(curl -s https://codecov.io/bash) - if: matrix.experimental == false && matrix.php == 7.3 + if: matrix.experimental == false - name: Prepare Build if: startsWith(github.ref, 'refs/tags/') diff --git a/composer.json b/composer.json index 2e792a5..1ec0dea 100644 --- a/composer.json +++ b/composer.json @@ -19,16 +19,16 @@ }, "config": { "platform": { - "php": "7.3" + "php": "7.4" }, "sort-packages": true }, "require": { - "php": ">=7.3", - "composer/installers": "^1.7", + "php": ">=7.4", + "composer/installers": "^2", "phpcompatibility/php-compatibility": "^9.3", "pressbooks/mix": "^2.1", - "soberwp/intervention": "1.2.0-p", + "soberwp/intervention": "^2", "spatie/color": "^1.1" }, "require-dev": {