Skip to content

Commit

Permalink
Merge pull request #7 from bigcommerce/php84
Browse files Browse the repository at this point in the history
chore(platform): PHPMNT-177 Add PHP 8.3 and 8.4 to CircleCI test matrix
  • Loading branch information
TomA-R authored Dec 29, 2024
2 parents f3400de + 67b4447 commit b2535e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs_default: &jobs_default
php-version: << matrix.php-version >>
matrix:
parameters:
php-version: [ "8.1", "8.2" ]
php-version: [ "8.1", "8.2", "8.3", "8.4" ]


workflows:
Expand Down

0 comments on commit b2535e4

Please sign in to comment.