diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3b78953..44f35c7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - php: [ 8.1, 8.2, 8.3 ] + php: [ 8.2, 8.3 ] steps: - uses: actions/checkout@v4 @@ -37,7 +37,7 @@ jobs: needs: [ composer ] strategy: matrix: - php: [ 8.1, 8.2, 8.3 ] + php: [ 8.2, 8.3 ] outputs: coverage: ${{ steps.store-coverage.outputs.coverage_text }} @@ -73,7 +73,7 @@ jobs: needs: [ phpunit ] strategy: matrix: - php: [ 8.1, 8.2, 8.3 ] + php: [ 8.2, 8.3 ] steps: - uses: actions/download-artifact@v4 @@ -94,7 +94,7 @@ jobs: needs: [ composer ] strategy: matrix: - php: [ 8.1, 8.2, 8.3 ] + php: [ 8.2, 8.3 ] steps: - uses: actions/download-artifact@v4 @@ -117,7 +117,7 @@ jobs: needs: [ composer ] strategy: matrix: - php: [ 8.1, 8.2, 8.3 ] + php: [ 8.2, 8.3 ] steps: - uses: actions/download-artifact@v4 @@ -141,7 +141,7 @@ jobs: needs: [ composer ] strategy: matrix: - php: [ 8.1, 8.2, 8.3 ] + php: [ 8.2, 8.3 ] steps: - uses: actions/download-artifact@v4 diff --git a/composer.json b/composer.json index 6b1b9d5..c9edf37 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,7 @@ ], "require": { - "php": ">=8.0", + "php": ">=8.2", "ext-json": "*", "ext-readline": "*", "phpgt/daemon": "^v1.1"