diff --git a/.github/workflows/test-suite.yml b/.github/workflows/test-suite.yml index 8506d89..1a73d94 100644 --- a/.github/workflows/test-suite.yml +++ b/.github/workflows/test-suite.yml @@ -22,6 +22,7 @@ jobs: - "7.4" - "8.0" - "8.1" + - "8.2" operating-system: - "ubuntu-latest" @@ -134,4 +135,4 @@ jobs: run: "composer install --no-interaction --no-progress --no-suggest" - name: "Mutation Tests" - run: "composer test:mutation" \ No newline at end of file + run: "composer test:mutation" diff --git a/composer.json b/composer.json index 8d526d6..71d8c39 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ } ], "require": { - "php": "^7.4.2 || ~8.0 || ~8.1", + "php": "^7.4.2 || ~8.0 || ~8.1 || ~8.2", "ext-filter": "*", "ext-json": "*", "ext-simplexml": "*",