From f3d052341f0be8cd9057dbbb97102c7bb2f51b51 Mon Sep 17 00:00:00 2001 From: Tim Carr Date: Tue, 19 May 2026 17:45:02 +0800 Subject: [PATCH] Run Tests Sequentially --- .github/workflows/tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c25d543..01872ca 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -48,6 +48,7 @@ jobs: # Defines the WordPress and PHP Versions matrix to run tests on. strategy: fail-fast: false + max-parallel: 1 matrix: wp-versions: [ 'latest' ] #[ '6.1.1', 'latest' ] php-versions: [ '8.0', '8.1', '8.2', '8.3', '8.4' ] #[ '7.4', '8.0', '8.1', '8.2' ]