generated from Firehed/php-library-template
-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Expand CI version matrix, don't force coverage (#72)
Run CI on all supported PHP versions
- Loading branch information
Showing
2 changed files
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# https://docs.codecov.com/docs/common-recipe-list | ||
# curl --data-binary @codecov.yml https://codecov.io/validate | ||
coverage: | ||
status: | ||
patch: | ||
default: | ||
informational: true | ||
project: | ||
default: | ||
informational: true | ||
codecov: | ||
notify: | ||
wait_for_ci: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,6 +22,8 @@ jobs: | |
php: | ||
- '8.1' | ||
- '8.2' | ||
- '8.3' | ||
- '8.4-dev' | ||
|
||
steps: | ||
- name: Check out code | ||
|