Require PHP 7.2

This commit is contained in:
Alex P 2022-11-09 16:00:15 +02:00
parent c31637fc44
commit 17d3cc152e
18 changed files with 18 additions and 18 deletions

View file

@ -1,7 +1,7 @@
name: woocommerce-paypal-payments name: woocommerce-paypal-payments
type: php type: php
docroot: .ddev/wordpress docroot: .ddev/wordpress
php_version: "7.1" php_version: "7.2"
webserver_type: apache-fpm webserver_type: apache-fpm
router_http_port: "80" router_http_port: "80"
router_https_port: "443" router_https_port: "443"

View file

@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
matrix: matrix:
php-versions: ['7.1', '7.4'] php-versions: ['7.2', '7.4']
name: PHP ${{ matrix.php-versions }} name: PHP ${{ matrix.php-versions }}
steps: steps:

View file

@ -27,7 +27,7 @@ jobs:
- name: Setup PHP - name: Setup PHP
uses: shivammathur/setup-php@v2 uses: shivammathur/setup-php@v2
with: with:
php-version: 7.1 php-version: 7.2
tools: composer:v1 tools: composer:v1
- name: Fix plugin version input # Add the version number if only suffix entered - name: Fix plugin version input # Add the version number if only suffix entered

View file

@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
matrix: matrix:
php-versions: ['7.1', '7.2', '7.3', '7.4'] php-versions: ['7.2', '7.3', '7.4']
name: PHP ${{ matrix.php-versions }} name: PHP ${{ matrix.php-versions }}
steps: steps:

View file

@ -4,7 +4,7 @@
"description": "PayPal Commerce Platform for WooCommerce", "description": "PayPal Commerce Platform for WooCommerce",
"license": "GPL-2.0", "license": "GPL-2.0",
"require": { "require": {
"php": "^7.1 | ^8.0", "php": "^7.2 | ^8.0",
"ext-json": "*", "ext-json": "*",
"dhii/module-interface": "^0.2 || ^0.3", "dhii/module-interface": "^0.2 || ^0.3",
"psr/container": "^1.0", "psr/container": "^1.0",

View file

@ -4,7 +4,7 @@
"description": "Admin notices module for PPCP", "description": "Admin notices module for PPCP",
"license": "GPL-2.0", "license": "GPL-2.0",
"require": { "require": {
"php": "^7.1 | ^8.0", "php": "^7.2 | ^8.0",
"dhii/module-interface": "^0.3.0-alpha1" "dhii/module-interface": "^0.3.0-alpha1"
}, },
"autoload": { "autoload": {

View file

@ -4,7 +4,7 @@
"description": "API client module for PPCP", "description": "API client module for PPCP",
"license": "GPL-2.0", "license": "GPL-2.0",
"require": { "require": {
"php": "^7.1 | ^8.0", "php": "^7.2 | ^8.0",
"dhii/module-interface": "^0.3.0-alpha1" "dhii/module-interface": "^0.3.0-alpha1"
}, },
"autoload": { "autoload": {

View file

@ -4,7 +4,7 @@
"description": "Button module for PPCP", "description": "Button module for PPCP",
"license": "GPL-2.0", "license": "GPL-2.0",
"require": { "require": {
"php": "^7.1 | ^8.0", "php": "^7.2 | ^8.0",
"dhii/module-interface": "^0.3.0-alpha1" "dhii/module-interface": "^0.3.0-alpha1"
}, },
"autoload": { "autoload": {

View file

@ -4,7 +4,7 @@
"description": "Compatibility module for PPCP", "description": "Compatibility module for PPCP",
"license": "GPL-2.0", "license": "GPL-2.0",
"require": { "require": {
"php": "^7.1 | ^8.0", "php": "^7.2 | ^8.0",
"dhii/module-interface": "^0.3.0-alpha1" "dhii/module-interface": "^0.3.0-alpha1"
}, },
"autoload": { "autoload": {

View file

@ -4,7 +4,7 @@
"description": "Onboarding module for PPCP", "description": "Onboarding module for PPCP",
"license": "GPL-2.0", "license": "GPL-2.0",
"require": { "require": {
"php": "^7.1 | ^8.0", "php": "^7.2 | ^8.0",
"dhii/module-interface": "^0.3.0-alpha1" "dhii/module-interface": "^0.3.0-alpha1"
}, },
"autoload": { "autoload": {

View file

@ -4,7 +4,7 @@
"description": "Order tracking module for PPCP", "description": "Order tracking module for PPCP",
"license": "GPL-2.0", "license": "GPL-2.0",
"require": { "require": {
"php": "^7.1 | ^8.0", "php": "^7.2 | ^8.0",
"dhii/module-interface": "^0.3.0-alpha1" "dhii/module-interface": "^0.3.0-alpha1"
}, },
"autoload": { "autoload": {

View file

@ -4,7 +4,7 @@
"description": "Session module for PPCP", "description": "Session module for PPCP",
"license": "GPL-2.0", "license": "GPL-2.0",
"require": { "require": {
"php": "^7.1 | ^8.0", "php": "^7.2 | ^8.0",
"dhii/module-interface": "^0.3.0-alpha1" "dhii/module-interface": "^0.3.0-alpha1"
}, },
"autoload": { "autoload": {

View file

@ -4,7 +4,7 @@
"description": "Status report module for PPCP", "description": "Status report module for PPCP",
"license": "GPL-2.0", "license": "GPL-2.0",
"require": { "require": {
"php": "^7.1 | ^8.0", "php": "^7.2 | ^8.0",
"dhii/module-interface": "^0.3.0-alpha1" "dhii/module-interface": "^0.3.0-alpha1"
}, },
"autoload": { "autoload": {

View file

@ -4,7 +4,7 @@
"description": "Subscription module for PPCP", "description": "Subscription module for PPCP",
"license": "GPL-2.0", "license": "GPL-2.0",
"require": { "require": {
"php": "^7.1 | ^8.0", "php": "^7.2 | ^8.0",
"dhii/module-interface": "^0.3.0-alpha1" "dhii/module-interface": "^0.3.0-alpha1"
}, },
"autoload": { "autoload": {

View file

@ -4,7 +4,7 @@
"description": "Vaulting module for PPCP", "description": "Vaulting module for PPCP",
"license": "GPL-2.0", "license": "GPL-2.0",
"require": { "require": {
"php": "^7.1 | ^8.0", "php": "^7.2 | ^8.0",
"dhii/module-interface": "^0.3.0-alpha1" "dhii/module-interface": "^0.3.0-alpha1"
}, },
"autoload": { "autoload": {

View file

@ -4,7 +4,7 @@
"description": "WC gateway module for PPCP", "description": "WC gateway module for PPCP",
"license": "GPL-2.0", "license": "GPL-2.0",
"require": { "require": {
"php": "^7.1 | ^8.0", "php": "^7.2 | ^8.0",
"dhii/module-interface": "^0.3.0-alpha1" "dhii/module-interface": "^0.3.0-alpha1"
}, },
"autoload": { "autoload": {

View file

@ -4,7 +4,7 @@
"description": "Webhooks module for PPCP", "description": "Webhooks module for PPCP",
"license": "GPL-2.0", "license": "GPL-2.0",
"require": { "require": {
"php": "^7.1 | ^8.0", "php": "^7.2 | ^8.0",
"dhii/module-interface": "^0.3.0-alpha1" "dhii/module-interface": "^0.3.0-alpha1"
}, },
"autoload": { "autoload": {

View file

@ -4,7 +4,7 @@
"description": "WC logging module for PPCP", "description": "WC logging module for PPCP",
"license": "GPL-2.0", "license": "GPL-2.0",
"require": { "require": {
"php": "^7.1 | ^8.0", "php": "^7.2 | ^8.0",
"dhii/module-interface": "^0.3.0-alpha1" "dhii/module-interface": "^0.3.0-alpha1"
}, },
"autoload": { "autoload": {