From 86a1adeeb5cef2a4c46fe0a80c01e7a8eaafcf25 Mon Sep 17 00:00:00 2001 From: Christian Dangl Date: Sun, 21 Jan 2024 23:19:11 +0100 Subject: [PATCH] upgrade ci rector to php 8.2 --- .github/workflows/ci_pipe.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_pipe.yml b/.github/workflows/ci_pipe.yml index 50d70323..797ad370 100644 --- a/.github/workflows/ci_pipe.yml +++ b/.github/workflows/ci_pipe.yml @@ -193,7 +193,7 @@ jobs: - name: Setup PHP uses: shivammathur/setup-php@v2 with: - php-version: 7.4 + php-version: 8.2 # ----------------------------------- - name: Mount Cache uses: actions/cache@v3