mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-09 16:24:51 +00:00
Bump circleci php version
This commit is contained in:
parent
932f8956ba
commit
9558da4873
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue