Skip to content

Commit

Permalink
Don't allow failing PHP8.4 tests to stop CI runs
Browse files Browse the repository at this point in the history
  • Loading branch information
fisharebest committed Nov 3, 2023
1 parent d7a9901 commit afa2be9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/phpcs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
matrix:
operating-system: ['ubuntu-latest']
php-version: ['8.1', '8.2', '8.3', '8.4']
fail-fast: false

steps:
- uses: shivammathur/setup-php@master
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/phpstan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
matrix:
operating-system: [ubuntu-latest]
php-version: ['8.1', '8.2', '8.3', '8.4']
fail-fast: false

steps:
- uses: shivammathur/setup-php@v2
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/phpunit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
matrix:
operating-system: [ubuntu-latest]
php-version: ['8.1', '8.2', '8.3', '8.4']
fail-fast: false

steps:
- uses: shivammathur/setup-php@master
Expand Down

0 comments on commit afa2be9

Please sign in to comment.