From aad0e02be1df48f5a56a383a8796c0d564a04958 Mon Sep 17 00:00:00 2001 From: Stephen Mulvihill Date: Fri, 10 May 2024 19:29:50 -0700 Subject: [PATCH] Update GitHub action to use PHP8.2 --- .github/workflows/9.2.x_cinder.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/9.2.x_cinder.yml b/.github/workflows/9.2.x_cinder.yml index c4484a3..189749d 100644 --- a/.github/workflows/9.2.x_cinder.yml +++ b/.github/workflows/9.2.x_cinder.yml @@ -19,7 +19,7 @@ jobs: - name: Setup PHP uses: shivammathur/setup-php@v2 with: - php-version: '8.1' + php-version: '8.2' - name: Check if composer.json exists id: check_files