From b09626b4793affa57f3b6996a0d1445b068890ec Mon Sep 17 00:00:00 2001 From: Chemaclass Date: Sat, 6 Jul 2024 13:41:05 +0200 Subject: [PATCH] set min 8.1 in CI --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f51ed33..1d22284 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: - uses: shivammathur/setup-php@v2 with: - php-version: 8.0 + php-version: 8.1 coverage: none tools: composer @@ -47,7 +47,7 @@ jobs: - uses: shivammathur/setup-php@v2 with: - php-version: 8.0 + php-version: 8.1 coverage: none tools: composer @@ -78,7 +78,7 @@ jobs: fail-fast: false matrix: dependencies: [ "locked", "highest" ] - php-version: [ "8.0" , "8.1", "8.2" ] + php-version: [ "8.1" , "8.2", "8.3" ] operating-system: - "ubuntu-latest" steps: