Skip to content

Commit 902ed6f

Browse files
author
Tyler King
committed
Removal of PHP8 Actions as phpdocumentor does not yet support
1 parent 14e9c2f commit 902ed6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
run: composer run-script test
4040

4141
- name: Upload coverage results
42-
if: matrix.php-versions == '8.0'
42+
if: matrix.php-versions == '7.4'
4343
env:
4444
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4545
run: |

0 commit comments

Comments
 (0)