diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7cb4bc5..f66627c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: matrix: os: [ubuntu-latest] php: [8.1, 8.2, 8.3] - dependencies: [lower, stable] + dependencies: [stable] experimental: [false] name: 👷 CI PHP-${{ matrix.php }} ${{ matrix.dependencies }} on ${{ matrix.os }}