Skip to content

Commit

Permalink
Updated the contracts
Browse files Browse the repository at this point in the history
Updated PHPStan to rules level 9
  • Loading branch information
gplanchat committed Nov 14, 2023
1 parent 8e88d41 commit bf1ed69
Show file tree
Hide file tree
Showing 8 changed files with 375 additions and 629 deletions.
23 changes: 0 additions & 23 deletions .github/workflows/phpstan-5.yaml

This file was deleted.

23 changes: 0 additions & 23 deletions .github/workflows/phpstan-7.yaml

This file was deleted.

23 changes: 0 additions & 23 deletions .github/workflows/phpstan-8.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/quality.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ jobs:
uses: php-actions/phpstan@v2
with:
path: src/
args: --level=4
args: --level=9
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
Pipeline implementation
===

This package brings an implementation for the workflow component, aimed at combining tasks including
[pipelines](https://github.com/php-etl/pipeline/) and [actions](https://github.com/php-etl/action/.


[![Quality (PHPStan level 9)](https://github.com/php-etl/workflow/actions/workflows/quality.yaml/badge.svg)](https://github.com/php-etl/pipeline/actions/workflows/quality.yaml)
![PHP](https://img.shields.io/packagist/php-v/php-etl/workflow)

Documentation
---

[See full Documentation](https://php-etl.github.io/documentation)


5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,8 @@
"prefer-stable": true,
"require": {
"php": "^8.2",
"php-etl/pipeline-contracts": "0.4.*",
"php-etl/satellite-contracts": "0.1.*",
"php-etl/bucket-contracts": "0.2.*"
"php-etl/pipeline-contracts": "0.5.*",
"php-etl/satellite-contracts": "0.1.*"
},
"require-dev": {
"phpunit/php-invoker": "^4.0",
Expand Down
Loading

0 comments on commit bf1ed69

Please sign in to comment.