Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
glennjacobs committed Dec 19, 2023
1 parent 521bf8b commit 3816b84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/split_packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
branches:
- main
- "0.*"
- "1.*"
tags:
- "*"
jobs:
Expand All @@ -16,7 +17,7 @@ jobs:
- uses: actions/checkout@v2
- uses: shivammathur/setup-php@v2
with:
php-version: 8.0
php-version: 8.2
coverage: none

- name: Split ${{ matrix.package }}
Expand Down
1 change: 0 additions & 1 deletion monorepo-builder.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
$parameters->set(Option::PACKAGE_DIRECTORIES, [
// default value
__DIR__.'/packages',
__DIR__.'/utils',
]);

// for "merge" command
Expand Down

0 comments on commit 3816b84

Please sign in to comment.