From c1a4f210af38fc5ba29d0635ecf49b1292388d76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sigui=20Kess=C3=A9=20Emmanuel?= Date: Wed, 7 Feb 2024 22:19:05 +0100 Subject: [PATCH] :pushpin: Prefer stable dependencies --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}