Skip to content

Commit 7c4aad9

Browse files
Merge pull request #68 from TheDragonCode/2.x
Update GItHub Actions rules
2 parents 0562ee5 + 807b905 commit 7c4aad9

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

.github/workflows/laravel-9.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ jobs:
2525
coverage: none
2626

2727
- name: Install dependencies
28-
run: |
29-
composer require laravel/framework:^${{ matrix.laravel }}
30-
composer update --prefer-stable --prefer-dist --no-progress --no-interaction
28+
run: composer require --dev laravel/framework:^${{ matrix.laravel }}
29+
3130
- name: Execute tests
3231
run: sudo vendor/bin/phpunit

.github/workflows/lint-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ jobs:
1111
uses: actions/checkout@v3
1212

1313
- name: Checking PHP Syntax
14-
uses: TheDragonCode/[email protected].1
14+
uses: TheDragonCode/[email protected].2

.github/workflows/lint-fixer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
uses: actions/checkout@v3
1414

1515
- name: Checking PHP Syntax
16-
uses: TheDragonCode/[email protected].1
16+
uses: TheDragonCode/[email protected].2
1717
with:
1818
github_token: ${{ secrets.COMPOSER_TOKEN }}
1919
fix: true

0 commit comments

Comments
 (0)