From 4a64b3c7ffb6103846c7ad7d5c54b4d7cf453a41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=89=E6=AD=A3=E8=B6=85?= Date: Sun, 26 Dec 2021 22:55:57 +0800 Subject: [PATCH] Fix ci. --- .github/workflows/ci.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3b32b05..9df3bb9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 @@ -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 @@ -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