We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4927dc commit b50abdfCopy full SHA for b50abdf
1 file changed
.circleci/config.yml
@@ -4,18 +4,22 @@ orbs:
4
ci: bigcommerce/internal@volatile
5
php: bigcommerce/internal-php@volatile
6
7
-default_matrix: &default_matrix
+jobs_default: &jobs_default
8
+ e:
9
+ name: php/php
10
+ php-version: << matrix.php-version >>
11
matrix:
12
parameters:
- php-version: [ "8.0", "8.1", "8.2" ]
13
+ php-version: [ "8.1", "8.2" ]
14
+
15
16
workflows:
17
version: 2
18
full:
19
jobs:
20
- php/phpunit-tests:
- <<: *default_matrix
- configuration: "phpunit.xml.dist"
21
+ <<: *jobs_default
22
+ minimum_coverage: 10
23
- php/static-analysis:
24
25
generate_ide_helper: false
0 commit comments