8000 [appveyor] Bump apcu to 5.1.18 · symfony/symfony@9ce61e1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9ce61e1

Browse files
[appveyor] Bump apcu to 5.1.18
1 parent 2e567f1 commit 9ce61e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ install:
2020
- appveyor DownloadFile https://github.com/symfony/binary-utils/releases/download/v0.1/php-7.1.3-Win32-VC14-x86.zip
2121
- 7z x php-7.1.3-Win32-VC14-x86.zip -y >nul
2222
- cd ext
23-
- appveyor DownloadFile https://github.com/symfony/binary-utils/releases/download/v0.1/php_apcu-5.1.8-7.1-ts-vc14-x86.zip
24-
- 7z x php_apcu-5.1.8-7.1-ts-vc14-x86.zip -y >nul
23+
- appveyor DownloadFile https://github.com/symfony/binary-utils/releases/download/v0.1/php_apcu-5.1.18-7.1-ts-vc14-x86.zip
24+
- 7z x php_apcu-5.1.18-7.1-ts-vc14-x86.zip -y >nul
2525
- cd ..
2626
- copy /Y php.ini-development php.ini-min
2727
- echo memory_limit=-1 >> php.ini-min

0 commit comments

Comments
 (0)
0