Skip to content

Commit

Permalink
2.2.2 (#8)
Browse files Browse the repository at this point in the history
* Improved Larastan config
* Improved CI
  • Loading branch information
Okipa committed Oct 27, 2022
1 parent 1f61124 commit 21e3373
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
vendor/bin/testbench package:test --parallel --coverage-text --coverage-clover build/logs/clover.xml
- name: Code coverage upload to Coveralls
if: matrix.php == '8.1' && matrix.laravel == '9.*'
if: env.COVERALLS_REPO_TOKEN && matrix.php == '8.1' && matrix.laravel == '9.*'
env:
COVERALLS_RUN_LOCALLY: 1
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.2.2](https://github.com/Okipa/laravel-supervisor-downtime-notifier/compare/2.2.1...2.2.2)

2022-10-27

* Improved Larastan config
* Improved CI

## [2.2.1](https://github.com/Okipa/laravel-supervisor-downtime-notifier/compare/2.2.0...2.2.1)

2022-08-01
Expand Down
9 changes: 6 additions & 3 deletions phpstan.neon.dist
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,16 @@ includes:
parameters:

paths:
- config
- src
- tests
- config/
- src/
- tests/

# Level 9 is the highest level
level: 5

databaseMigrationsPath:
- tests/database/migrations/

# ignoreErrors:
# - '#PHPDoc tag @var#'
#
Expand Down

0 comments on commit 21e3373

Please sign in to comment.