Skip to content

Commit 9507fae

Browse files
committed
ci
1 parent 631f756 commit 9507fae

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

.github/workflows/ci.yml

+9-6
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
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/[email protected]
59+
with:
60+
php-version: ${{ inputs.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

0 commit comments

Comments
 (0)