Skip to content

Commit

Permalink
improve ci
Browse files Browse the repository at this point in the history
  • Loading branch information
vjik committed Jul 17, 2024
1 parent a9dc400 commit a25918e
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 7 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
on:
- pull_request
- push
pull_request:
push:
branches: [ 'master' ]

name: build

Expand All @@ -21,6 +22,8 @@ jobs:
php:
- "8.0"
- "8.1"
- "8.2"
- "8.3"

mysql:
- "8.0"
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/dependency.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
on:
- push
pull_request:
push:
branches: [ 'master' ]

name: dependency checker

Expand Down
7 changes: 5 additions & 2 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
on:
- pull_request
- push
pull_request:
push:
branches: [ 'master' ]

name: static analysis

Expand All @@ -18,6 +19,8 @@ jobs:
php:
- "8.0"
- "8.1"
- "8.2"
- "8.3"

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ So for a test you could load only needed tables or rows. As a result it dramatic
The package could be installed with [composer](https://getcomposer.org/download/):

```shell
composer require vjik/codeception-db-populator --dev --prefer-dist
composer require vjik/codeception-db-populator --dev
```
## General usage

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"codeception/module-db": "^3.0"
},
"require-dev": {
"vimeo/psalm": "^4.16",
"vimeo/psalm": "^4.30|^5.25",
"vlucas/phpdotenv": "^5.4"
},
"autoload": {
Expand Down

0 comments on commit a25918e

Please sign in to comment.