Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
php-version:
- "8.0"
steps:
- uses: "shivammathur/setup-php@2.25.1"

Check failure on line 20 in .github/workflows/test.yml

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

Use full commit SHA hash for this dependency.

See more on https://sonarcloud.io/project/issues?id=milan-miscevic_inert&issues=AZ7b7Pd9yA4QIXf3tJ6R&open=AZ7b7Pd9yA4QIXf3tJ6R&pullRequest=183
with:
php-version: "${{ matrix.php-version }}"
- uses: "actions/checkout@v3"
- uses: "actions/checkout@v7"
- uses: "php-actions/composer@v6"
- env:
INFECTION_DASHBOARD_API_KEY: ${{ secrets.INFECTION_DASHBOARD_API_KEY }}
Expand All @@ -34,10 +34,10 @@
php-version:
- "8.0"
steps:
- uses: "shivammathur/setup-php@2.25.1"

Check failure on line 37 in .github/workflows/test.yml

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

Use full commit SHA hash for this dependency.

See more on https://sonarcloud.io/project/issues?id=milan-miscevic_inert&issues=AZ7b7Pd9yA4QIXf3tJ6T&open=AZ7b7Pd9yA4QIXf3tJ6T&pullRequest=183
with:
php-version: "${{ matrix.php-version }}"
- uses: "actions/checkout@v3"
- uses: "actions/checkout@v7"
- uses: "php-actions/composer@v6"
- run: "vendor/bin/phpstan analyse"

Expand All @@ -49,10 +49,10 @@
php-version:
- "8.0"
steps:
- uses: "shivammathur/setup-php@2.25.1"

Check failure on line 52 in .github/workflows/test.yml

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

Use full commit SHA hash for this dependency.

See more on https://sonarcloud.io/project/issues?id=milan-miscevic_inert&issues=AZ7b7Pd9yA4QIXf3tJ6V&open=AZ7b7Pd9yA4QIXf3tJ6V&pullRequest=183
with:
php-version: "${{ matrix.php-version }}"
- uses: "actions/checkout@v3"
- uses: "actions/checkout@v7"
- uses: "php-actions/composer@v6"
- run: "vendor/bin/psalm --show-info=true --shepherd"

Expand All @@ -64,10 +64,10 @@
php-version:
- "8.0"
steps:
- uses: "shivammathur/setup-php@2.25.1"

Check failure on line 67 in .github/workflows/test.yml

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

Use full commit SHA hash for this dependency.

See more on https://sonarcloud.io/project/issues?id=milan-miscevic_inert&issues=AZ7b7Pd9yA4QIXf3tJ6X&open=AZ7b7Pd9yA4QIXf3tJ6X&pullRequest=183
with:
php-version: "${{ matrix.php-version }}"
- uses: "actions/checkout@v3"
- uses: "actions/checkout@v7"
- uses: "php-actions/composer@v6"
- run: "vendor/bin/php-cs-fixer fix --dry-run -v"

Expand All @@ -81,9 +81,9 @@
- "8.1"
- "8.2"
steps:
- uses: "shivammathur/setup-php@2.25.1"

Check failure on line 84 in .github/workflows/test.yml

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

Use full commit SHA hash for this dependency.

See more on https://sonarcloud.io/project/issues?id=milan-miscevic_inert&issues=AZ7b7Pd9yA4QIXf3tJ6Z&open=AZ7b7Pd9yA4QIXf3tJ6Z&pullRequest=183
with:
php-version: "${{ matrix.php-version }}"
- uses: "actions/checkout@v3"
- uses: "actions/checkout@v7"
- uses: "php-actions/composer@v6"
- run: "vendor/bin/phpunit"
Loading