Skip to content

Commit

Permalink
upgrade splitter
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinDev committed Mar 16, 2022
1 parent 32d7c4e commit ea17cfa
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/split-monorepo.yaml
Expand Up @@ -4,8 +4,6 @@ on: push

jobs:
provide_packages_json:
# see json juggling: https://docs.github.com/en/free-pro-team@latest/actions/reference/context-and-expression-syntax-for-github-actions#example-6
# see https://stackoverflow.com/a/62953566/1348344
runs-on: ubuntu-latest

steps:
Expand All @@ -14,7 +12,7 @@ jobs:
# required for matrix of packages set
- uses: shivammathur/setup-php@v2
with:
php-version: 7.4
php-version: 8.0
coverage: none

- run: composer install --no-progress --ansi
Expand Down

0 comments on commit ea17cfa

Please sign in to comment.