Skip to content

Commit ce6923e

Browse files
authored
Add PHP 7.4 tests. (#294)
1 parent ec9037c commit ce6923e

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.circleci/config.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
version: 2
22
jobs:
3-
test-7.3: &test-template
3+
test-7.4: &test-template
44
docker:
5-
- image: circleci/php:7.3
5+
- image: circleci/php:7.4
66

77
working_directory: ~/intercom-php
88

@@ -12,6 +12,11 @@ jobs:
1212
- run: vendor/bin/phpunit
1313
- run: vendor/bin/phpcs --standard=PSR2 src test
1414

15+
test-7.3:
16+
<<: *test-template
17+
docker:
18+
- image: circleci/php:7.3
19+
1520
test-7.2:
1621
<<: *test-template
1722
docker:
@@ -26,6 +31,7 @@ workflows:
2631
version: 2
2732
test_on_supported_php_versions:
2833
jobs:
34+
- test-7.4
2935
- test-7.3
3036
- test-7.2
3137
- test-7.1

0 commit comments

Comments
 (0)