Skip to content

Commit

Permalink
Merge branch '3.8.x' into 4.0.x
Browse files Browse the repository at this point in the history
* 3.8.x:
  Revert the rename column feature (#6276)
  fix: TableDiff deprecation points to wrong method (#6273)
  Stop using chocolatey shims (#6269)
  Add explicit renameColumn method for Table (#6080)
  • Loading branch information
derrabus committed Jan 25, 2024
2 parents 0a3df2e + d244f2e commit d98a279
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ install:
- ps: |
# Check if installation is cached
if (!(Test-Path c:\tools\php)) {
appveyor-retry cinst --params '""/InstallDir:C:\tools\php""' --ignore-checksums -y php --version ((choco search php --exact --all-versions -r | select-string -pattern $env:php | sort { [version]($_ -split '\|' | select -last 1) } -Descending | Select-Object -first 1) -replace '[php|]','')
appveyor-retry choco install --params '""/InstallDir:C:\tools\php""' --ignore-checksums -y php --version ((choco search php --exact --all-versions -r | select-string -pattern $env:php | sort { [version]($_ -split '\|' | select -last 1) } -Descending | Select-Object -first 1) -replace '[php|]','')
# install sqlite
appveyor-retry cinst -y sqlite
appveyor-retry choco install -y sqlite
Get-ChildItem -Path c:\tools\php
cd c:\tools\php
Expand Down

0 comments on commit d98a279

Please sign in to comment.