From 4de787f7b01134e3b137538b0fe7290fd4d30335 Mon Sep 17 00:00:00 2001 From: chaz6chez Date: Mon, 1 Apr 2024 14:01:43 +0800 Subject: [PATCH] update CI --- .github/workflows/CI.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index ab399db..2b3ce25 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -1,9 +1,9 @@ name: CI on: push: - branches: [ "1.x" ] + branches: [ "main" ] pull_request: - branches: [ "1.x" ] + branches: [ "main" ] jobs: PHPUnit: @@ -19,7 +19,6 @@ jobs: redis: - "7" - "6" - - "5" steps: - uses: actions/checkout@v3 - uses: supercharge/redis-github-action@1.8.0