Skip to content

Commit

Permalink
update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
chaz6chez committed Apr 1, 2024
1 parent 98f03df commit 4de787f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: CI
on:
push:
branches: [ "1.x" ]
branches: [ "main" ]
pull_request:
branches: [ "1.x" ]
branches: [ "main" ]

jobs:
PHPUnit:
Expand All @@ -19,7 +19,6 @@ jobs:
redis:
- "7"
- "6"
- "5"
steps:
- uses: actions/checkout@v3
- uses: supercharge/[email protected]
Expand Down

0 comments on commit 4de787f

Please sign in to comment.