Skip to content

Commit

Permalink
Merge pull request #511 from roots/ci/php74
Browse files Browse the repository at this point in the history
enhance(ci): Add CircleCI workflow for PHP 7.4
  • Loading branch information
Log1x committed Apr 24, 2020
2 parents 32be532 + e051373 commit 9b159cd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ version: 2.1
orbs:
bedrock:
executors:
php-latest:
docker:
- image: 'circleci/php:latest'
php-73:
docker:
- image: 'circleci/php:7.3-stretch'
Expand Down Expand Up @@ -35,6 +38,9 @@ orbs:
workflows:
build:
jobs:
- bedrock/build-php:
name: build-php-latest
executor: bedrock/php-latest
- bedrock/build-php:
name: build-php-73
executor: bedrock/php-73
Expand Down

0 comments on commit 9b159cd

Please sign in to comment.