Skip to content

Commit

Permalink
build(.github) iterate on v3.5 automated build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lucatume committed Dec 15, 2023
1 parent cdeeb8f commit 8d142d0
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/build-35.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,16 @@ jobs:
run: composer validate --no-interaction --strict
- name: Install dependencies
uses: ramsey/composer-install@v2
- name: "Check PSR-4 mapping"
run: "composer dump-autoload --no-interaction --optimize --strict-psr"
- name: "Require rector"
run: "composer require --dev rector/rector"
- name: Check PSR-4 mapping"
run: composer dump-autoload --no-interaction --optimize --strict-psr
- name: Require rector
run: composer require --dev rector/rector
- name: Get changed files
id: get-changed-files
uses: jitterbit/get-changed-files@v1
- name: Build v3.5
run: |
vendor/bin/rector --config=config/rector-35.php
vendor/bin/rector process --config=config/rector-35.php -- ${{ steps.get-changed-files.outputs.all }}
- name: Create Pull Request
uses: peter-evans/create-pull-request@v5
with:
Expand Down

0 comments on commit 8d142d0

Please sign in to comment.