Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
floriankraemer committed Mar 16, 2024
1 parent a4f29de commit cce89e2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ jobs:
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: phauthentic/authentication
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

validation:
name: Coding Standard & Static Analysis
Expand Down
8 changes: 4 additions & 4 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
build:
nodes:
tests-php74:
tests-php80:
environment:
php:
version: '8.0'
Expand All @@ -15,7 +15,7 @@ build:
coverage:
file: 'coverage.xml'
format: 'php-clover'
tests-php80:
tests-php83:
environment:
php:
version: '8.3'
Expand All @@ -35,9 +35,9 @@ build:
override:
- php-scrutinizer-run --enable-security-analysis
-
command: './bin/phpcs'
command: './bin/phpcs --report=checkstyle --standard=phpcs.xml src/ tests/'
-
command: './bin/phpstan'
command: './bin/phpstan -V && bin/phpstan --error-format=github'
filter:
excluded_paths:
- 'tests/*'
Expand Down

0 comments on commit cce89e2

Please sign in to comment.