Skip to content

Commit d884c93

Browse files
committed
additional tests
1 parent 6b9a9fc commit d884c93

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

.circleci/config.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,18 @@ jobs:
3434
<<: *defaults
3535
docker:
3636
- image: php:7.1-alpine
37+
build-php72:
38+
<<: *defaults
39+
docker:
40+
- image: php:7.2-alpine
41+
build-php73:
42+
<<: *defaults
43+
docker:
44+
- image: php:7.3-alpine
45+
build-php74:
46+
<<: *defaults
47+
docker:
48+
- image: php:7.4-alpine
3749

3850
workflows:
3951
version: 2
@@ -42,3 +54,6 @@ workflows:
4254
- build-php56
4355
- build-php70
4456
- build-php71
57+
- build-php72
58+
- build-php73
59+
- build-php74

0 commit comments

Comments
 (0)