mirror of
https://github.com/phpbb/phpbb.git
synced 2025-10-12 23:44:32 +02:00
Merge pull request #6877 from marc1706/ticket/17555
[ticket/17555] Use windows-2025 runner for 3.3.x branch
This commit is contained in:
2
.github/phpunit-psql-windows-github.xml
vendored
2
.github/phpunit-psql-windows-github.xml
vendored
@@ -11,7 +11,7 @@
|
||||
bootstrap="../tests/bootstrap.php"
|
||||
timeoutForSmallTests="60"
|
||||
timeoutForMediumTests="300"
|
||||
timeoutForLargeTests="600">>
|
||||
timeoutForLargeTests="600">
|
||||
<testsuites>
|
||||
<testsuite name="phpBB Test Suite">
|
||||
<directory suffix="_test.php">../tests</directory>
|
||||
|
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@@ -474,7 +474,7 @@ jobs:
|
||||
|
||||
# Test with IIS & PostgreSQL on Windows
|
||||
windows-tests:
|
||||
runs-on: windows-latest
|
||||
runs-on: windows-2025
|
||||
strategy:
|
||||
matrix:
|
||||
include:
|
||||
|
Reference in New Issue
Block a user