diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 767f2436fb7..bbc18ce754f 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -21,7 +21,7 @@ jobs: php-versions: ['8.3', '8.4', '8.5'] runs-on: ${{ matrix.os }} - timeout-minutes: ${{ matrix.os == 'windows-latest' && 4 || 3 }} + timeout-minutes: 4 name: PHP ${{ matrix.php-versions }} tests (${{ matrix.os }}) steps: