File tree 1 file changed +7
-1
lines changed
1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -54,14 +54,20 @@ jobs:
54
54
with :
55
55
fetch-depth : 0 # If you only need the current version keep this.
56
56
57
+ - name : Uninstall some default packages
58
+ run : choco uninstall -y php composer
59
+
57
60
- name : Install java support
58
61
run : choco install -y javaruntime
59
62
60
63
- name : Install php support
61
64
run : choco install -y php --version=${{ matrix.php-version }} --force
62
65
63
66
- 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
65
71
66
72
- name : Download wiremock
67
73
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
You can’t perform that action at this time.
0 commit comments