Skip to content

Commit

Permalink
Expand CI version matrix, don't force coverage (#72)
Browse files Browse the repository at this point in the history
Run CI on all supported PHP versions
  • Loading branch information
Firehed authored Feb 25, 2024
1 parent e263a35 commit 3de3eb2
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/codecov.yml
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
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
php:
- '8.1'
- '8.2'
- '8.3'
- '8.4-dev'

steps:
- name: Check out code
Expand Down

0 comments on commit 3de3eb2

Please sign in to comment.