History log of /PHP-8.3/.github/scripts/windows/test_task.bat (Results 1 – 7 of 7)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# b26e6107 15-Sep-2024 Christoph M. Becker

Run snmp tests in Windows CI, again

That was broken when CI was moved to GH, since `APPVEYOR_BUILD_FOLDER`
is no longer set; instead we use `GITHUB_WORKSPACE` which has the same
mean

Run snmp tests in Windows CI, again

That was broken when CI was moved to GH, since `APPVEYOR_BUILD_FOLDER`
is no longer set; instead we use `GITHUB_WORKSPACE` which has the same
meaning.

Closes GH-15896.

show more ...


# f598b587 13-Jun-2024 Ilija Tovilo

Remove GitHub actions junit artifacts

Nobody looks at those, and nightly regularly fails due to uploading them.

Closes GH-14555


# ae52f195 07-Oct-2023 Niels Dossche <7771979+nielsdos@users.noreply.github.com>

Fix Windows CI

The path to mysql.exe changed. Fortunately, chocolately puts the folder
containing the exe in the PATH environment variable, so we don't even
need to provide an absolu

Fix Windows CI

The path to mysql.exe changed. Fortunately, chocolately puts the folder
containing the exe in the PATH environment variable, so we don't even
need to provide an absolute path.

show more ...


# f47dc259 30-Jun-2023 Ilija Tovilo

Retire AppVeyor

Closes GH-11566


# f42e5628 09-Mar-2023 Michael Voříšek

Windows CI log verbosity, CI bat file guard

Closes GH-10817


# 916b132e 12-Nov-2022 Michael Voříšek

Add Windows GitHub actions build

Closes GH-10664


Revision tags: php-8.2.0RC1, php-8.1.10, php-8.0.23, php-8.0.23RC1, php-8.1.10RC1, php-8.2.0beta3, php-8.2.0beta2, php-8.1.9, php-8.0.22, php-8.1.9RC1, php-8.2.0beta1, php-8.0.22RC1, php-8.0.21, php-8.1.8, php-8.2.0alpha3, php-8.1.8RC1, php-8.2.0alpha2, php-8.0.21RC1, php-8.0.20, php-8.1.7, php-8.2.0alpha1, php-7.4.30, php-8.1.7RC1, php-8.0.20RC1, php-8.1.6, php-8.0.19, php-8.1.6RC1, php-8.0.19RC1
# b43e4943 24-Apr-2022 Michael Voříšek

Prepare for Windows CI with Github Actions