diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 348373a..5891a03 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -2,16 +2,16 @@ name: Run Tests on: push: - branches: [1.x] + branches: [2.x] pull_request: - branches: [1.x] + branches: [2.x] jobs: test: runs-on: ubuntu-latest strategy: matrix: - php-version: ['8.1', '8.2', '8.3'] + php-version: ['8.2', '8.3', '8.4', '8.5'] steps: - uses: actions/checkout@v3 diff --git a/composer.json b/composer.json index 2d938f4..c69ff0d 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ } ], "require": { - "php": ">=8.1" + "php": "^8.2" }, "require-dev": { "phpunit/phpunit": "^10.0" @@ -26,4 +26,4 @@ } }, "minimum-stability": "stable" -} \ No newline at end of file +}