Skip to content

Commit

Permalink
Fix ci.
Browse files Browse the repository at this point in the history
  • Loading branch information
overtrue committed Dec 26, 2021
1 parent 252217c commit 4a64b3c
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,10 @@ jobs:
- 7.4
perfer:
- stable
container:
image: nauxliu/php-ci-image:${{ matrix.php_version }}
steps:
- uses: actions/checkout@master
- name: Install Dependencies
run: composer install --prefer-dist --no-interaction --no-suggest
- name: Run PHP-CS-Fxier
run: composer check-style

phpunit:
name: phpunit
Expand All @@ -28,13 +24,11 @@ jobs:
fail-fast: false
matrix:
php_version:
- 7.3
- 7.4
- 8.0
- 8.1
perfer:
- stable
container:
image: nauxliu/php-ci-image:${{ matrix.php_version }}
steps:
- uses: actions/checkout@master
- name: Install Dependencies
Expand All @@ -52,8 +46,6 @@ jobs:
- 7.4
perfer:
- stable
container:
image: nauxliu/php-ci-image:${{ matrix.php_version }}
steps:
- uses: actions/checkout@master
- name: Install laravel/framework:^6.0
Expand Down

0 comments on commit 4a64b3c

Please sign in to comment.