Skip to content

Commit

Permalink
update circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
TomK committed Dec 2, 2020
1 parent 020d934 commit 1f4bbff
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,6 @@ defaults: &defaults

version: 2
jobs:
build-php71:
<<: *defaults
docker:
- image: php:7.1-alpine
build-php72:
<<: *defaults
docker:
- image: php:7.2-alpine
build-php73:
<<: *defaults
docker:
Expand All @@ -38,12 +30,15 @@ jobs:
<<: *defaults
docker:
- image: php:7.4-alpine
build-php80:
<<: *defaults
docker:
- image: php:8.0-alpine

workflows:
version: 2
build:
jobs:
- build-php71
- build-php72
- build-php73
- build-php74
- build-php80

0 comments on commit 1f4bbff

Please sign in to comment.