We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec9037c commit ce6923eCopy full SHA for ce6923e
.circleci/config.yml
@@ -1,8 +1,8 @@
1
version: 2
2
jobs:
3
- test-7.3: &test-template
+ test-7.4: &test-template
4
docker:
5
- - image: circleci/php:7.3
+ - image: circleci/php:7.4
6
7
working_directory: ~/intercom-php
8
@@ -12,6 +12,11 @@ jobs:
12
- run: vendor/bin/phpunit
13
- run: vendor/bin/phpcs --standard=PSR2 src test
14
15
+ test-7.3:
16
+ <<: *test-template
17
+ docker:
18
+ - image: circleci/php:7.3
19
+
20
test-7.2:
21
<<: *test-template
22
@@ -26,6 +31,7 @@ workflows:
26
31
27
32
test_on_supported_php_versions:
28
33
34
+ - test-7.4
29
35
- test-7.3
30
36
- test-7.2
37
- test-7.1
0 commit comments