File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change 4444
4545 strategy :
4646 matrix :
47- php-version : [8.1.26, 8.2.13 ]
47+ php-version : [' 8.1', ' 8.2' ]
4848
4949 env :
5050 LD_INCLUDE_INTEGRATION_TESTS : 1
@@ -54,14 +54,17 @@ jobs:
5454 with :
5555 fetch-depth : 0 # If you only need the current version keep this.
5656
57+ - name : Setup PHP
58+ uses : shivammathur/setup-php@e6f75134d35752277f093989e72e140eaa222f35
59+ with :
60+ php-version : ${{ matrix.php-version }}
61+ extensions : xdebug
62+
5763 - name : Install java support
5864 run : choco install -y javaruntime
5965
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
6568
6669 - name : Download wiremock
6770 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