diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c9d4440..cb41efb 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - php: ['8.1', '8.2', '8.3', '8.4'] + php: ['8.2', '8.3', '8.4'] name: PHP ${{ matrix.php }} @@ -27,7 +27,7 @@ jobs: echo "::add-matcher::${{ runner.tool_cache }}/php.json" echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json" - - name: Install PHP 7 dependencies + - name: Install dependencies run: composer update --no-interaction --no-progress - name: Tests diff --git a/composer.json b/composer.json index 275cc4c..89606a0 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ "phpstan/phpstan": "^1.2.0" }, "require": { - "php" : ">=8.1", + "php" : ">=8.2", "beberlei/assert": "^2.4 | ^3", "php-school/terminal": "^0.2.1", "ext-posix": "*",