From 9dde45fe3eea00755fe3864ad23904c0c5938915 Mon Sep 17 00:00:00 2001 From: Andrea Marco Sartori Date: Mon, 9 Sep 2024 11:37:27 -0300 Subject: [PATCH] Update dependencies --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0845105..316c572 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,7 +12,7 @@ jobs: fail-fast: false matrix: php: [8.1, 8.2, 8.3] - dependency-version: [prefer-lowest, prefer-stable] + dependency-version: [prefer-stable] os: [ubuntu-latest] name: PHP ${{ matrix.php }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}