We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f88acc commit a7818dbCopy full SHA for a7818db
.appveyor.yml
@@ -11,10 +11,10 @@ init:
11
12
install:
13
- ps: Set-Service wuauserv -StartupType Manual
14
- - cinst -y php --version=7.4
+ - cinst -y php --version=8.0
15
- cinst -y composer
16
- refreshenv
17
- - cd c:\tools\php74
+ - cd c:\tools\php80
18
- copy php.ini-production php.ini /Y
19
- echo date.timezone="UTC" >> php.ini
20
- echo extension_dir=ext >> php.ini
0 commit comments