diff --git a/.github/workflows/code_checks.yml b/.github/workflows/code_checks.yml index 5f87d05..7180efc 100644 --- a/.github/workflows/code_checks.yml +++ b/.github/workflows/code_checks.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - php: ['8.1', '8.2'] + php: ['8.2', '8.3'] name: PHP ${{ matrix.php }} tests steps: diff --git a/composer.json b/composer.json index 424e027..b37edd3 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name" : "genkgo/migrations", "license": "MIT", "require" : { - "php" : "~8.1.0 || ~8.2.0", + "php" : "~8.2.0 || ~8.3.0", "ext-pdo": "*" }, "require-dev" : {