From baf31499597ad28943b20987bc56f0478417d549 Mon Sep 17 00:00:00 2001 From: Joao Gilberto Magalhaes Date: Thu, 18 May 2023 22:31:53 -0500 Subject: [PATCH] Major Refactory --- .github/workflows/phpunit.yml | 14 ++++---------- README.md | 2 +- composer.json | 2 +- 3 files changed, 6 insertions(+), 12 deletions(-) diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index 5d163c0..e9718d6 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -8,8 +8,6 @@ on: pull_request: branches: - master - schedule: - - cron: "0 9 * * 1" jobs: Build: @@ -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: @@ -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 diff --git a/README.md b/README.md index d79f7e4..28414ef 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/composer.json b/composer.json index d65a09b..d1eb6c8 100644 --- a/composer.json +++ b/composer.json @@ -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": {