Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tweaks to CI #30

Merged
merged 3 commits into from
Nov 25, 2024

bump phpstan level, cast as bool

84ecefd
Select commit
Loading
Failed to load commit list.
Merged

tweaks to CI #30

bump phpstan level, cast as bool
84ecefd
Select commit
Loading
Failed to load commit list.
Task list completed / task-list-completed Started 2024-11-25 11:28:02 ago

0 / 8 tasks completed

8 tasks still to be completed

Details

Required Tasks

Task Status
Added php 8.4 to testing Incomplete
updated phpstan to 2.0 Incomplete
fixed a tiny issue identified phpstan (casting a bool) Incomplete
fixed a missing quote in the github workflow Incomplete
[X ] Bug fix (non-breaking change which fixes an issue) Incomplete
New feature (non-breaking change which adds functionality) Incomplete
Breaking change (fix or feature that would cause existing functionality to change) Incomplete
[ x] I have read the CONTRIBUTING document. Incomplete
My pull request addresses exactly one patch/feature. Incomplete
I have created a branch for this patch/feature. Incomplete
Each individual commit in the pull request is meaningful. Incomplete
I have added tests to cover my changes. Incomplete
If my change adds a new code file, I have added the copyright header to it. Incomplete
If my change requires a change to the documentation, I have updated it accordingly. Incomplete