Skip to content
Snippets Groups Projects
Commit 6be3199a authored by Jonas Leder's avatar Jonas Leder
Browse files

download PHP

parent 9c69f77f
Branches
No related tags found
No related merge requests found
Pipeline #24615 failed
build:
image: mcr.microsoft.com/windows/server:ltsc2022
tags:
- windows
script:
- wget https://windows.php.net/downloads/releases/php-8.1.24-Win32-vs16-x64.zip
- wget https://windows.php.net/downloads/releases/php-debug-pack-8.1.24-Win32-vs16-x64.zip
- Expand-Archive -LiteralPath ./php-8.1.24-Win32-vs16-x64.zip -DestinationPath C:\PHP
- Expand-Archive -LiteralPath ./php-debug-pack-8.1.24-Win32-vs16-x64.zip -DestinationPath C:\PHP
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment