Skip to content

Commit 249643b

Browse files
authored
Merge pull request #39 from bigcommerce/php85
PHPMNT-267 Add PHP 8.5 to CircleCI build/test matrix
2 parents eeb341c + df6e69f commit 249643b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ default_matrix: &default_matrix
1010
php-version: <<matrix.php-version>>
1111
matrix:
1212
parameters:
13-
php-version: [ "8.2", "8.3", "8.4" ]
13+
php-version: [ "8.2", "8.3", "8.4", "8.5" ]
1414

1515
workflows:
1616
version: 2

0 commit comments

Comments
 (0)