File tree 1 file changed +9
-6
lines changed
1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change 44
44
45
45
strategy :
46
46
matrix :
47
- php-version : [8.1.26, 8.2.13 ]
47
+ php-version : [' 8.1', ' 8.2' ]
48
48
49
49
env :
50
50
LD_INCLUDE_INTEGRATION_TESTS : 1
@@ -54,14 +54,17 @@ jobs:
54
54
with :
55
55
fetch-depth : 0 # If you only need the current version keep this.
56
56
57
+ - name : Setup PHP
58
+ uses :
shivammathur/[email protected]
59
+ with :
60
+ php-version : ${{ inputs.php-version }}
61
+ extensions : xdebug
62
+
57
63
- name : Install java support
58
64
run : choco install -y javaruntime
59
65
60
- - name : Install php support
61
- run : choco install -y php --version=${{ matrix.php-version }} --force
62
-
63
- - name : Install composer
64
- run : choco install -y composer
66
+ - name : PHP version
67
+ run : php --version
65
68
66
69
- name : Download wiremock
67
70
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