Skip to content

Commit 4a64b3c

Browse files
committed
Fix ci.
1 parent 252217c commit 4a64b3c

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/ci.yml

+1-9
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,10 @@ jobs:
1212
- 7.4
1313
perfer:
1414
- stable
15-
container:
16-
image: nauxliu/php-ci-image:${{ matrix.php_version }}
1715
steps:
1816
- uses: actions/checkout@master
1917
- name: Install Dependencies
2018
run: composer install --prefer-dist --no-interaction --no-suggest
21-
- name: Run PHP-CS-Fxier
22-
run: composer check-style
2319

2420
phpunit:
2521
name: phpunit
@@ -28,13 +24,11 @@ jobs:
2824
fail-fast: false
2925
matrix:
3026
php_version:
31-
- 7.3
3227
- 7.4
3328
- 8.0
29+
- 8.1
3430
perfer:
3531
- stable
36-
container:
37-
image: nauxliu/php-ci-image:${{ matrix.php_version }}
3832
steps:
3933
- uses: actions/checkout@master
4034
- name: Install Dependencies
@@ -52,8 +46,6 @@ jobs:
5246
- 7.4
5347
perfer:
5448
- stable
55-
container:
56-
image: nauxliu/php-ci-image:${{ matrix.php_version }}
5749
steps:
5850
- uses: actions/checkout@master
5951
- name: Install laravel/framework:^6.0

0 commit comments

Comments
 (0)