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
type: php
docroot: .ddev/wordpress
php_version: "7.1"
php_version: "7.2"
webserver_type: apache-fpm
router_http_port: "80"
router_https_port: "443"

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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