From 31aae3969c35af2ba327ef19afd99752470a11a5 Mon Sep 17 00:00:00 2001 From: Alex Winkler Date: Tue, 26 Sep 2023 15:17:03 +0200 Subject: [PATCH] update CI php versions --- .github/workflows/.php-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/.php-ci.yml b/.github/workflows/.php-ci.yml index d8166c4..f961468 100644 --- a/.github/workflows/.php-ci.yml +++ b/.github/workflows/.php-ci.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - php_version: ["7.4"] + php_version: ["8.2"] steps: - uses: actions/checkout@v3 @@ -25,7 +25,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - php_version: ["8.0", "8.1", "8.2"] + php_version: ["8.3-rc] steps: - uses: actions/checkout@v3