Skip to content

Commit 558cfb5

Browse files
committed
chore: change PHP version to 8.2 for coverage
To fix the following error: ----- DatabaseLive (8.1, MySQLi, 8.0) / tests Run actions/upload-artifact@v4 With the provided path, there will be 1 file uploaded Artifact name is valid! Root directory input is valid! Error: Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run ----- Becaue "DatabaseLive (8.1, MySQLi, 5.7) / tests" already uploaded database-live-tests-php-8.1-db-MySQLi.
1 parent b28af1d commit 558cfb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-phpunit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
steps:
4848
- id: coverage-php-version
4949
run: |
50-
echo "version=8.1" >> $GITHUB_OUTPUT
50+
echo "version=8.2" >> $GITHUB_OUTPUT
5151
5252
sanity-tests:
5353
name: Others

0 commit comments

Comments
 (0)