diff --git a/.github/workflows/ci_build.yml b/.github/workflows/ci_build.yml index ac3b1e2f..9e4d81b0 100644 --- a/.github/workflows/ci_build.yml +++ b/.github/workflows/ci_build.yml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: false matrix: - php-versions: ['8.1', '8.2'] + php-versions: ['8.1', '8.2', '8.3'] steps: - name: Setup PHP Action uses: shivammathur/setup-php@v2 diff --git a/composer.json b/composer.json index c27ac87e..7fcf5f4a 100644 --- a/composer.json +++ b/composer.json @@ -59,7 +59,7 @@ "require-dev": { "aura/di": "^3.4 || ^4.2.1", "doctrine/dbal": "^3.5.1", - "doctrine/doctrine-orm-module": "^4.2.1 || ^5.0", + "doctrine/doctrine-orm-module": "^4.2.1 || ^5.0 || ^6.0", "kahlan/kahlan": "^5.2.2", "laminas/laminas-cli": "^1.7", "laminas/laminas-coding-standard": "^2.4",