Skip to content

Commit

Permalink
Add 6.0 branch to GHA workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
TimWolla committed Sep 15, 2023
1 parent 395fb4e commit b0cdcc7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/javascript.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
- "5.3"
- "5.4"
- "5.5"
- "6.0"
- master
pull_request:

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
- "5.3"
- "5.4"
- "5.5"
- "6.0"
- master
paths:
- '*.php'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/typescript.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- "5.4"
- "5.5"
- "6.0"
- master
pull_request:

Expand Down

0 comments on commit b0cdcc7

Please sign in to comment.