Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/php-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
needs: [ get-woocommerce-versions, get-wordpress-versions ]
strategy:
fail-fast: false
max-parallel: 16
max-parallel: 20
matrix:
woocommerce_support_policy: [ 'L', 'L-1', 'L-2' ]
wordpress_support_policy: [ 'L', 'L-1' ]
Expand All @@ -59,13 +59,13 @@ jobs:
# wordpress: ${{ fromJson(needs.get-wordpress-versions.outputs.wordpress-versions-json)[2] }}
# PHP
- php_support_policy: L
php: '8.3'
php: '8.4'
- php_support_policy: L-1
php: '8.2'
php: '8.3'
- php_support_policy: L-2
php: '8.1'
php: '8.2'
- php_support_policy: L-3
php: '8.0'
php: '8.1'
- php_support_policy: '7.4'
php: '7.4'

Expand Down
1 change: 1 addition & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
* Update - Add nightly task and WooCommerce tool to remove stale entries from our database cache
* Dev - Make 'Add to cart' more robust in e2e tests
* Dev - Ensure e2e tests enable or disable Optimized Checkout during setup
* Tweak - Use PHP 8.4 instead of 8.0 for automated PHP unit tests

= 9.8.1 - 2025-08-15 =
* Fix - Remove connection type requirement from PMC sync migration attempt
Expand Down
2 changes: 2 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -143,5 +143,7 @@ If you get stuck, you can ask for help in the [Plugin Forum](https://wordpress.o
* Update - Add nightly task and WooCommerce tool to remove stale entries from our database cache
* Dev - Make 'Add to cart' more robust in e2e tests
* Dev - Ensure e2e tests enable or disable Optimized Checkout during setup
* Tweak - Use PHP 8.4 instead of 8.0 for automated PHP unit tests

[See changelog for full details across versions](https://raw.githubusercontent.com/woocommerce/woocommerce-gateway-stripe/trunk/changelog.txt).

Loading