diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 47e59ae..a16e28f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -15,10 +15,11 @@ jobs: strategy: matrix: include: - - php: '7.1' - php: '7.2' - php: '7.3' - php: '7.4' + - php: '8.1' + - php: '8.2' name: PHP ${{ matrix.php }} diff --git a/composer.json b/composer.json index e16c11e..8ea7812 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ } }, "require": { - "php": ">=7.1.0", + "php": ">=7.2.5", "ext-curl": "*", "chobie/jira-api-restclient": "2.0.*@dev", "knplabs/github-api": "^1.4", diff --git a/composer.lock b/composer.lock index 6fa1221..bc12605 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": "5c4012fa673f5da0716928397f051b27", + "content-hash": "50eccfb3e35e49b4dce2476815363239", "packages": [ { "name": "chobie/jira-api-restclient", @@ -1791,7 +1791,7 @@ "prefer-stable": false, "prefer-lowest": false, "platform": { - "php": ">=7.1.0", + "php": ">=7.2.5", "ext-curl": "*" }, "platform-dev": [],