From d9169c3e56fcb7be1805d9f0f2a82fab7b2d1277 Mon Sep 17 00:00:00 2001 From: Alfred Nutile Date: Sun, 14 Apr 2024 17:22:27 -0400 Subject: [PATCH] bump php --- .github/workflows/ci-cd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 7f3c1a6..9518087 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -25,7 +25,7 @@ jobs: strategy: fail-fast: false matrix: - php-versions: ["8.1"] + php-versions: ["8.2"] steps: - uses: actions/checkout@v2 @@ -82,7 +82,7 @@ jobs: - name: Setup PHP uses: shivammathur/setup-php@v2 with: - php-version: 8.1 + php-version: 8.2 tools: composer:v2 coverage: none - name: Require Vapor CLI