diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 40c2e99..3c38cb8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - php-version: ['7.2', '7.3', '7.4', '8.0', '8.1'] + php-version: ['8.0', '8.1'] name: 'PHPUnit - PHP/${{ matrix.php-version }} - OS/${{ matrix.os }}' steps: - name: Checkout