Skip to content

Commit 75efbaa

Browse files
committed
#24 - updated php-version variable
1 parent 24a7aab commit 75efbaa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pr-coverage.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
with:
1414
ref: ${{ github.event.pull_request.head.sha }}
1515
token: ${{ secrets.GITHUB_TOKEN }}
16+
php-version: '8.4'
1617

1718
- name: Indicate pending code coverage check
1819
id: coverage-indicate
@@ -31,7 +32,7 @@ jobs:
3132
- name: Setup PHP
3233
uses: shivammathur/setup-php@v2
3334
with:
34-
php-version: '8.4'
35+
php-version: ${{ php-version }}
3536
extensions: mbstring, xml, json, xdebug, curl
3637
coverage: pcov
3738
tools: composer:v2

0 commit comments

Comments
 (0)