Browse Source

Merge pull request #2902 from laradock/ci-php70

Github CI build php 7.0
Shao Yu-Lung (Allen) 4 years ago
parent
commit
fa603fb24e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/main-ci.yml

+ 1 - 1
.github/workflows/main-ci.yml

@@ -14,7 +14,7 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        php_version: ["7.1", "7.2", "7.3", "7.4", "8.0"]
+        php_version: ["7.0", "7.1", "7.2", "7.3", "7.4", "8.0"]
         service: [php-fpm, php-worker, workspace, laravel-horizon]
     steps:
     - uses: actions/checkout@v2