Skip to content

Commit b50abdf

Browse files
committed
Run tests under php 8.1 & 8.2
1 parent e4927dc commit b50abdf

1 file changed

Lines changed: 9 additions & 5 deletions

File tree

.circleci/config.yml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,22 @@ orbs:
44
ci: bigcommerce/internal@volatile
55
php: bigcommerce/internal-php@volatile
66

7-
default_matrix: &default_matrix
7+
jobs_default: &jobs_default
8+
e:
9+
name: php/php
10+
php-version: << matrix.php-version >>
811
matrix:
912
parameters:
10-
php-version: [ "8.0", "8.1", "8.2" ]
13+
php-version: [ "8.1", "8.2" ]
14+
1115

1216
workflows:
1317
version: 2
1418
full:
1519
jobs:
1620
- php/phpunit-tests:
17-
<<: *default_matrix
18-
configuration: "phpunit.xml.dist"
21+
<<: *jobs_default
22+
minimum_coverage: 10
1923
- php/static-analysis:
20-
<<: *default_matrix
24+
<<: *jobs_default
2125
generate_ide_helper: false

0 commit comments

Comments
 (0)