Skip to content

Commit

Permalink
fix(ci): Change 7.4 workflow to latest (and maybe not fail)
Browse files Browse the repository at this point in the history
  • Loading branch information
Log1x committed Apr 24, 2020
1 parent d0ee322 commit e051373
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ version: 2.1
orbs:
bedrock:
executors:
php-74:
php-latest:
docker:
- image: 'circleci/php:7.4-stretch'
- image: 'circleci/php:latest'
php-73:
docker:
- image: 'circleci/php:7.3-stretch'
Expand Down Expand Up @@ -39,8 +39,8 @@ workflows:
build:
jobs:
- bedrock/build-php:
name: build-php-74
executor: bedrock/php-74
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 e051373

Please sign in to comment.