Skip to content
This repository has been archived by the owner on Oct 22, 2019. It is now read-only.

Commit

Permalink
Run CI on PHP version 7.4 (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinssipenko authored and NoelDavies committed Nov 29, 2019
1 parent 44cccb4 commit 65662f5
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,22 @@ unit-config: &unit-config

version: 2.1
jobs:
php74:
<<: *unit-config
docker:
- image: circleci/php:7.4-cli-node
- image: circleci/redis:5-alpine
environment:
COMPOSER_PREFER_LOWEST: 0

php74-lowest:
<<: *unit-config
docker:
- image: circleci/php:7.4-cli-node
- image: circleci/redis:5-alpine
environment:
COMPOSER_PREFER_LOWEST: 1

php73:
<<: *unit-config
docker:
Expand All @@ -81,5 +97,7 @@ workflows:
version: 2
units:
jobs:
- php74
- php74-lowest
- php73
- php73-lowest

0 comments on commit 65662f5

Please sign in to comment.