diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 66f05b2..871e73c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - php: ['8.0', '8.1', 'latest'] + php: ['8.2', 'latest'] steps: - uses: actions/checkout@v2 diff --git a/composer.json b/composer.json index 0d63b14..3e1945f 100644 --- a/composer.json +++ b/composer.json @@ -5,7 +5,7 @@ "minimum-stability": "stable", "license": "MIT", "require": { - "php": "^8.0", + "php": "^8.2", "league/plates": "3.*", "twbs/bootstrap": "^4.3", "jumbojett/openid-connect-php": "^0.8.0", diff --git a/composer.lock b/composer.lock index 793287c..f6d1411 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "77aa1c89d4ec3d367f49c0cbf1fab1f5", + "content-hash": "8b0ce419a94d411f91f701441f51c915", "packages": [ { "name": "jumbojett/openid-connect-php", @@ -2106,7 +2106,7 @@ "prefer-stable": false, "prefer-lowest": false, "platform": { - "php": "^8.0", + "php": "^8.2", "ext-ldap": "*", "ext-ctype": "*", "ext-mbstring": "*",