Skip to content

Commit

Permalink
Merge pull request #7 from php-etl/feature/rejection-reason
Browse files Browse the repository at this point in the history
Added a new bucket to save the reason of a reject
  • Loading branch information
gplanchat authored Nov 13, 2023
2 parents 4c63c1a + 13712e5 commit 2ac2b24
Show file tree
Hide file tree
Showing 15 changed files with 385 additions and 602 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-6.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.

4 changes: 2 additions & 2 deletions .github/workflows/quality.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Quality (PHPStan lvl 4)
name: Quality (PHPStan lvl 9)
on: push
jobs:
cs-fixer:
Expand Down Expand Up @@ -34,4 +34,4 @@ jobs:
uses: php-actions/phpstan@v3
with:
path: src/
level: 4
level: 9
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"prefer-stable": true,
"require": {
"php": "^8.2",
"php-etl/bucket-contracts": "0.2.*"
"php-etl/bucket-contracts": "0.3.*"
},
"autoload": {
"psr-4": {
Expand All @@ -26,7 +26,7 @@
},
"extra": {
"branch-alias": {
"dev-main": "0.3.x-dev"
"dev-main": "0.4.x-dev"
}
},
"require-dev": {
Expand Down
Loading

0 comments on commit 2ac2b24

Please sign in to comment.