diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index bcfbd88..4020d20 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -9,7 +9,7 @@ jobs: strategy: matrix: - php-versions: ['7.4', '8.0'] + php-versions: ['7.4', '8.0', '8.1', '8.2'] runs-on: ubuntu-latest diff --git a/composer.json b/composer.json index 3c2f845..b651e80 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ } ], "require": { - "php": "^7.4 || ^8.0", + "php": "^7.4 || ^8.0 || ^8.1 || ^8.2", "codeigniter4/framework": "^4.3" }, "autoload": {