Explorar o código

Bump circleci php version

Daniel Supernault %!s(int64=2) %!d(string=hai) anos
pai
achega
9558da4873
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  1. 3 3
      .circleci/config.yml

+ 3 - 3
.circleci/config.yml

@@ -29,14 +29,14 @@ jobs:
       - restore_cache:
       - restore_cache:
           keys:
           keys:
           # "composer.lock" can be used if it is committed to the repo
           # "composer.lock" can be used if it is committed to the repo
-          - v1-dependencies-{{ checksum "composer.json" }}
+          - v2-dependencies-{{ checksum "composer.json" }}
           # fallback to using the latest cache if no exact match is found
           # fallback to using the latest cache if no exact match is found
-          - v1-dependencies-
+          - v2-dependencies-
 
 
       - run: composer install -n --prefer-dist
       - run: composer install -n --prefer-dist
 
 
       - save_cache:
       - save_cache:
-          key: composer-v1-{{ checksum "composer.lock" }}
+          key: composer-v2-{{ checksum "composer.lock" }}
           paths:
           paths:
             - vendor
             - vendor