Skip to content

Commit 052afc4

Browse files
committed
ci
1 parent 631f756 commit 052afc4

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/ci.yml

+7-1
Original file line numberDiff line numberDiff line change
@@ -54,14 +54,20 @@ jobs:
5454
with:
5555
fetch-depth: 0 # If you only need the current version keep this.
5656

57+
- name: Uninstall some default packages
58+
run: choco uninstall -y php composer
59+
5760
- name: Install java support
5861
run: choco install -y javaruntime
5962

6063
- name: Install php support
6164
run: choco install -y php --version=${{ matrix.php-version }} --force
6265

6366
- name: Install composer
64-
run: choco install -y composer
67+
run: choco install -y composer --force
68+
69+
- name: PHP version
70+
run: php --version
6571

6672
- name: Download wiremock
6773
run: Invoke-WebRequest -Uri https://repo1.maven.org/maven2/com/github/tomakehurst/wiremock-jre8-standalone/2.31.0/wiremock-jre8-standalone-2.31.0.jar -UseBasicParsing -OutFile wiremock.jar

0 commit comments

Comments
 (0)