diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 960af74..fe16c64 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -8,7 +8,7 @@ jobs: strategy: fail-fast: true matrix: - php: [ 8.1, 8.2, 8.3, 8.4] + php: [ 8.2, 8.3, 8.4] testbench: [7.*, 8.*, 9.*, 10.*] steps: - uses: actions/checkout@v3