Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit be6cf3b

Browse files
minor #44241 [appveyor] Bump apcu to 5.1.18 (nicolas-grekas)
This PR was merged into the 4.4 branch. Discussion ---------- [appveyor] Bump apcu to 5.1.18 | Q | A | ------------- | --- | Branch? | 4.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | - | License | MIT | Doc PR | - Commits ------- 9ce61e1 [appveyor] Bump apcu to 5.1.18
2 parents 2e567f1 + 9ce61e1 commit be6cf3b

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)