mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-01 07:02:48 +08:00
Do not use php 7.2 in WC test
This commit is contained in:
parent
2173348195
commit
52022fd2fd
1 changed files with 1 additions and 4 deletions
5
.github/workflows/e2e.yml
vendored
5
.github/workflows/e2e.yml
vendored
|
@ -7,11 +7,8 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
php-versions: ['7.2', '7.4', '8.1']
|
||||
php-versions: ['7.3', '7.4', '8.1']
|
||||
wc-versions: ['5.9.5', '7.1.0']
|
||||
exclude:
|
||||
- php-versions: 7.2
|
||||
wc-versions: 7.1.0
|
||||
|
||||
name: PHP ${{ matrix.php-versions }} WC ${{ matrix.wc-versions }}
|
||||
steps:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue