diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3627508..fe3f0ea 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -23,7 +23,7 @@ jobs: strategy: fail-fast: true matrix: - php: [7.3, 7.4, 8.0, 8.1, 8.2] + php: [8.1, 8.2, 8.3, 8.4] stability: [prefer-stable] name: PHP ${{ matrix.php }} - ${{ matrix.stability }} diff --git a/composer.json b/composer.json index 0fae1aa..ae5c259 100644 --- a/composer.json +++ b/composer.json @@ -10,12 +10,12 @@ ], "license": "Apache-2.0", "require": { - "php": ">=7.2.0", - "cakephp/cakephp": "~4.0|~5.0", - "casbin/casbin": "~3.1" + "php": ">=8.1", + "cakephp/cakephp": "~5.0", + "casbin/casbin": "~4.0" }, "require-dev": { - "phpunit/phpunit": "~8.5.0 || ^9.3" + "phpunit/phpunit": "^10.1" }, "autoload": { "psr-4": { diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 3fe8c05..e0e8033 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -1,10 +1,11 @@ - + @@ -13,15 +14,21 @@ + + + + + + + - - - src/ - - - - - - - + + + ./src + + +