diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 55f70a5..0f466f9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,11 +13,8 @@ jobs: strategy: matrix: - php: [8.0, 8.1] + php: [8.0, 8.1, 8.2] experimental: [ false ] - include: - - php: 8.2 - experimental: true name: PHP${{ matrix.php }} diff --git a/composer.json b/composer.json index 974424b..6e788a7 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ "homepage": "https://jeroen-g.github.io/Explorer/", "keywords": ["Laravel", "Scout", "Elasticsearch", "Elastic", "search", "Explorer"], "require": { - "php": "8.0.*||8.1.*", + "php": "8.0.*||8.1.*||8.2.*", "elasticsearch/elasticsearch": "^7.16", "illuminate/support": "^9.0", "laravel/scout": "^9.0", @@ -20,7 +20,7 @@ }, "require-dev": { "phpunit/phpunit": "~9.0", - "mockery/mockery": "^1.4", + "mockery/mockery": "^1.5", "infection/infection": "^0.26", "symplify/easy-coding-standard": "^9.0" },