Skip to content

Commit 3e4aa8f

Browse files
committed
ci(workflows): Hard-code PHP version to 8.1
1 parent 03fa2a9 commit 3e4aa8f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,11 @@ jobs:
2121
uses: actions/[email protected]
2222

2323
# Setup PHP
24-
- name: Get PHP Version
25-
run: |
26-
echo "PHP_VERSION=$(cat composer.lock | jq -r '."platform-overrides".php')" >> $GITHUB_ENV
2724
- name: Setup PHP
2825
uses: shivammathur/[email protected]
2926
with:
30-
php-version: ${{ env.PHP_VERSION }}
27+
php-version: '8.1'
28+
coverage: xdebug
3129

3230
# Install dependencies
3331
- name: Cache Composer dependencies

0 commit comments

Comments
 (0)