diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index abc521f..c15ee01 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: - php-versions: [ '8.0', '8.1', '8.2', '8.3'] # Add any PHP versions you want to test against + php-versions: [ '8.0', '8.1', '8.2', '8.3','8.4','8.5'] # Add any PHP versions you want to test against steps: - name: Checkout code diff --git a/composer.json b/composer.json index 04d53b0..2a0acd0 100644 --- a/composer.json +++ b/composer.json @@ -32,12 +32,12 @@ "prefer-stable": true, "require": { "php": ">=8.0", - "symfony/framework-bundle": ">=5.0 <=7.4.0", - "symfony/security-bundle": ">=5.0 <=7.4.0", - "symfony/security-core": ">=5.0 <=7.4.0", - "symfony/twig-bundle": ">=5.0 <=7.4.0", - "symfony/form": ">=5.0 <=7.4.0", - "symfony/http-foundation": ">=5.0 <=7.4.0", + "symfony/framework-bundle": ">=5.0 <=8.4.0", + "symfony/security-bundle": ">=5.0 <=8.4.0", + "symfony/security-core": ">=5.0 <=8.4.0", + "symfony/twig-bundle": ">=5.0 <=8.4.0", + "symfony/form": ">=5.0 <=8.4.0", + "symfony/http-foundation": ">=5.0 <=8.4.0", "doctrine/orm": "^2.4|^3.0", "doctrine/dbal": "^3.2|^4.0" }, diff --git a/phpunit.xml b/phpunit.xml new file mode 100644 index 0000000..31d00c8 --- /dev/null +++ b/phpunit.xml @@ -0,0 +1,8 @@ + + + + + ./Tests + + +