Skip to content

Commit

Permalink
chore: Run CI on craft-5 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnynotsolucky committed Sep 23, 2024
1 parent 9cff423 commit 2889167
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
branches:
- master
- develop
- craft-5
pull_request:

jobs:
Expand All @@ -18,7 +19,7 @@ jobs:
- uses: actions/checkout@v4
- uses: shivammathur/setup-php@v2
with:
php-version: 8.1
php-version: 8.2
- run: composer install --prefer-dist --no-progress
- name: Run ecs check
run: |
Expand All @@ -32,7 +33,7 @@ jobs:
- uses: actions/checkout@v4
- uses: shivammathur/setup-php@v2
with:
php-version: 8.1
php-version: 8.2
- run: composer install --prefer-dist --no-progress
- name: Run rector --dry-run
run: |
Expand All @@ -46,7 +47,7 @@ jobs:
- uses: actions/checkout@v4
- uses: shivammathur/setup-php@v2
with:
php-version: 8.1
php-version: 8.2
- run: composer install --prefer-dist --no-progress
- name: Run phpstan
run: |
Expand Down

0 comments on commit 2889167

Please sign in to comment.