From 97580c929b7e065ce8018d243f6dd761b5a6181c Mon Sep 17 00:00:00 2001 From: Christian Dangl Date: Tue, 26 Dec 2023 22:21:27 +0100 Subject: [PATCH] change github unit tests 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 991eb712..26a68f25 100644 --- a/.github/workflows/ci_pipe.yml +++ b/.github/workflows/ci_pipe.yml @@ -83,7 +83,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