Skip to content

Commit

Permalink
Major Refactory
Browse files Browse the repository at this point in the history
  • Loading branch information
byjg committed May 19, 2023
1 parent c4c7dc1 commit baf3149
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 12 deletions.
14 changes: 4 additions & 10 deletions .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ on:
pull_request:
branches:
- master
schedule:
- cron: "0 9 * * 1"

jobs:
Build:
Expand All @@ -18,14 +16,10 @@ jobs:
strategy:
matrix:
php-version:
- "8.2"
- "8.1"
- "8.0"
- "7.4"
- "7.3"
# - "7.2"
# - "7.1"
# - "7.0"
# - "5.6"

services:
mysql:
Expand All @@ -36,9 +30,9 @@ jobs:
ports:
- "3306:3306"
options: >-
--health-cmd="mysqladmin ping"
--health-interval=10s
--health-timeout=20s
--health-cmd="mysqladmin ping"
--health-interval=10s
--health-timeout=20s
--health-retries=10
postgres:
image: postgres
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Because of that this is an agnostic project (independent of framework and Progra
If you want to use only the PHP Library in your project:

```bash
composer require "byjg/migration":"4.2.*"
composer require "byjg/migration":"5.0.*"
```

### Command Line Interface
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"byjg/anydataset-db": "4.1.3.x-dev",
"byjg/anydataset-db": "5.0.0.x-dev",
"ext-pdo": "*"
},
"require-dev": {
Expand Down

0 comments on commit baf3149

Please sign in to comment.