Skip to content

Commit 663083e

Browse files
authored
Set timeout-minutes to 4 for all OS in tests
1 parent 5343323 commit 663083e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
php-versions: ['8.3', '8.4', '8.5']
2222

2323
runs-on: ${{ matrix.os }}
24-
timeout-minutes: ${{ matrix.os == 'windows-latest' && 4 || 3 }}
24+
timeout-minutes: 4
2525

2626
name: PHP ${{ matrix.php-versions }} tests (${{ matrix.os }})
2727
steps:

0 commit comments

Comments
 (0)