From 1c3d0a0a1bc57b07b70f3e21a192e9bc031ae83a Mon Sep 17 00:00:00 2001 From: Inhere Date: Fri, 10 Nov 2023 11:37:01 +0800 Subject: [PATCH] ci: add test on php8.2 and remove test on 7.x --- .github/workflows/php.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index eeb81e9..db0a0ed 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -16,7 +16,7 @@ jobs: strategy: fail-fast: true matrix: - php: [8.0, 8.1] # 7.2, 7.3, + php: [8.0, 8.1, 8.2] # 7.2, 7.3, # os: [ubuntu-latest] # macOS-latest, windows-latest, # include: # will not testing on php 7.2 # - os: 'ubuntu-latest'