diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 98aedd9..5a9d24c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,6 +13,9 @@ jobs: fail-fast: false matrix: include: + - php: 8.1 + composer_update_flags: --prefer-lowest + - php: 8.1 - php: 8.2 steps: - uses: actions/checkout@v2 diff --git a/README.md b/README.md index c307a74..801257d 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Make your migrations safe ## 🪄 Features - PG 13+ -- PHP 8.2 +- PHP 8.1 - Doctrine Migration ## 🤷 Why? diff --git a/composer.json b/composer.json index 5a76c1d..bd3ad17 100644 --- a/composer.json +++ b/composer.json @@ -34,7 +34,7 @@ "require": { "php": "^8.1", "doctrine/dbal": "^3.7", - "doctrine/migrations": "^3.7", + "doctrine/migrations": "^3.3", "symfony/string": "^6.3" }, "require-dev": {