diff --git a/.github/workflows/unit-tests.yaml b/.github/workflows/unit-tests.yaml index 4701308..9b82195 100644 --- a/.github/workflows/unit-tests.yaml +++ b/.github/workflows/unit-tests.yaml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - php-versions: ['7.2', '7.3', '7.4', '8.0', '8.1'] + php-versions: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2'] steps: - name: Checkout uses: actions/checkout@v2 diff --git a/composer.json b/composer.json index e8230bc..96477b4 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ ], "require": { "league/glide": "^2.0", - "symfony/http-foundation": "^2.3|^3.0|^4.0|^5.0|^6.0" + "symfony/http-foundation": "^2.3|^3.0|^4.0|^5.0|^6.0|^7.0" }, "require-dev": { "mockery/mockery": "^1.3.3",