mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-13 01:54:30 +00:00
Merge pull request #1284 from angristan/update-ci-docker-image
Use PHP 7.3 for CircleCI
This commit is contained in:
commit
e5d8eff150
1 changed files with 3 additions and 3 deletions
|
@ -7,7 +7,7 @@ jobs:
|
|||
build:
|
||||
docker:
|
||||
# Specify the version you desire here
|
||||
- image: circleci/php:7.2.3-cli-stretch-node
|
||||
- image: circleci/php:7.3-cli-stretch-node
|
||||
|
||||
# Specify service dependencies here if necessary
|
||||
# CircleCI maintains a library of pre-built images
|
||||
|
|
Loading…
Reference in a new issue