mirror of
https://github.com/phpbb/phpbb.git
synced 2025-10-13 07:54:28 +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"
|
bootstrap="../tests/bootstrap.php"
|
||||||
timeoutForSmallTests="60"
|
timeoutForSmallTests="60"
|
||||||
timeoutForMediumTests="300"
|
timeoutForMediumTests="300"
|
||||||
timeoutForLargeTests="600">>
|
timeoutForLargeTests="600">
|
||||||
<testsuites>
|
<testsuites>
|
||||||
<testsuite name="phpBB Test Suite">
|
<testsuite name="phpBB Test Suite">
|
||||||
<directory suffix="_test.php">../tests</directory>
|
<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
|
# Test with IIS & PostgreSQL on Windows
|
||||||
windows-tests:
|
windows-tests:
|
||||||
runs-on: windows-latest
|
runs-on: windows-2025
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
|
Reference in New Issue
Block a user