Skip to content

Commit

Permalink
Merge pull request #945 from mollie/task/PIWOO-195-bump-php-74
Browse files Browse the repository at this point in the history
Task/piwoo 195 bump php 74
  • Loading branch information
mmaymo authored Oct 1, 2024
2 parents 160c6a7 + a1cc5fe commit da6a845
Show file tree
Hide file tree
Showing 8 changed files with 225 additions and 102 deletions.
2 changes: 1 addition & 1 deletion .ddev/config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: mollie-payments-for-woocommerce
type: wordpress
docroot: .ddev/wordpress
php_version: "7.2"
php_version: "7.4"
webserver_type: nginx-fpm
router_http_port: "80"
router_https_port: "443"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php-versions: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3']
php-versions: ['7.4', '8.0', '8.1', '8.2', '8.3']

name: PHP ${{ matrix.php-versions }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
uses: inpsyde/reusable-workflows/.github/workflows/build-plugin-archive.yml@main
with:
PLUGIN_VERSION: ${{ inputs.PACKAGE_VERSION }}
PHP_VERSION: 7.2
PHP_VERSION: 7.4
PLUGIN_MAIN_FILE: mollie-payments-for-woocommerce.php
ARCHIVE_NAME: mollie-payments-for-woocommerce
PLUGIN_FOLDER_NAME: mollie-payments-for-woocommerce
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
}
],
"require": {
"php": ">=7.2",
"php": ">=7.4",
"ext-intl": "*",
"ext-json": "*",
"mollie/mollie-api-php": "^v2.40",
Expand Down
Loading

0 comments on commit da6a845

Please sign in to comment.