Skip to content

Commit

Permalink
enhance(ci): Add CircleCI workflow for PHP 7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Log1x committed Apr 24, 2020
1 parent d6b8dd4 commit d0ee322
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-74:
docker:
- image: 'circleci/php:7.4-stretch'
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-74
executor: bedrock/php-74
- bedrock/build-php:
name: build-php-73
executor: bedrock/php-73
Expand Down

0 comments on commit d0ee322

Please sign in to comment.