8000 Merge branch 'release/1.0.4' · sunaoka/push-notifications-php@7b5d1f0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7b5d1f0

Browse files
committed
Merge branch 'release/1.0.4'
2 parents 7034215 + c6fd5d7 commit 7b5d1f0

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
php-version: [
1818
'5.5', '5.6',
1919
'7.0', '7.1', '7.2', '7.3', '7.4',
20-
'8.0', '8.1'
20+
'8.0', '8.1', '8.2'
2121
]
2222

2323
steps:
@@ -27,7 +27,7 @@ jobs:
2727
php-version: ${{ matrix.php-version }}
2828

2929
- name: Checkout
30-
uses: actions/checkout@v2
30+
uses: actions/checkout@v3
3131

3232
- name: Install dependencies
3333
run: composer install --quiet --no-ansi --prefer-dist --no-progress --no-interaction
@@ -36,8 +36,8 @@ jobs:
3636
run: vendor/bin/phpunit --coverage-clover=coverage.xml
3737

3838
- name: Upload coverage to Codecov
39-
uses: codecov/codecov-action@v1
39+
uses: codecov/codecov-action@v3
4040
with:
4141
token: ${{ secrets.CODECOV_TOKEN }}
42-
file: ./coverage.xml
43-
fail_ci_if_error: true
42+
files: ./coverage.xml
43+
fail_ci_if_error: false

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"vlucas/valitron": "^1.4"
1919
},
2020
"require-dev": {
21-
"phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0",
21+
"phpunit/phpunit": ">=4.0",
2222
"roave/security-advisories": "dev-latest"
2323
},
2424
"autoload": {

0 commit comments

Comments
 (0)
0