From 876938ee3e11189c8c9187eca6c3e3afe71da14c Mon Sep 17 00:00:00 2001 From: Ben Ramsey Date: Sun, 25 May 2025 23:11:24 -0500 Subject: [PATCH] ci: only run benchmarks on highest versions of dependencies --- .github/workflows/continuous-integration.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 2e95b80..0b8749d 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -83,9 +83,6 @@ jobs: - "8.2" - "8.3" - "8.4" - dependency-versions: - - "locked" - - "highest" steps: - name: "Checkout repository" @@ -107,7 +104,7 @@ jobs: - name: "Install dependencies (Composer)" uses: "ramsey/composer-install@v3" with: - dependency-versions: "${{ matrix.dependency-versions }}" + dependency-versions: "highest" - name: "Run benchmarks (PHPBench)" run: "composer dev:bench"