Skip to content

Commit

Permalink
Add 6.0 branch to build
Browse files Browse the repository at this point in the history
  • Loading branch information
lcharette committed Jul 3, 2024
1 parent 1419781 commit e81d743
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Build

on:
push:
branches: [5.0, 5.1, 5.2]
branches: [5.0, 5.1, 5.2, 6.0]
pull_request:
branches: [5.0, 5.1, 5.2]
branches: [5.0, 5.1, 5.2, 6.0]
schedule:
- cron: "0 0 * * 5"
workflow_dispatch:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/PHPStan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: PHPStan

on:
push:
branches: [5.0, 5.1, 5.2]
branches: [5.0, 5.1, 5.2, 6.0]
pull_request:
branches: [5.0, 5.1, 5.2]
branches: [5.0, 5.1, 5.2, 6.0]
workflow_dispatch:

jobs:
Expand Down

0 comments on commit e81d743

Please sign in to comment.