Skip to content

Commit

Permalink
Merge pull request #297 from bigcommerce/php83
Browse files Browse the repository at this point in the history
Run CI against PHP 8.3
  • Loading branch information
TomA-R committed Apr 17, 2024
2 parents e9c6905 + a0bc7c7 commit 382d1d4
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 @@ -12,7 +12,7 @@ jobs_default: &jobs_default
php-version: << matrix.php-version >>
matrix:
parameters:
php-version: [ *php_min, "8.2" ]
php-version: [ *php_min, "8.2", "8.3" ]

jobs:
cs-fixer:
Expand Down

0 comments on commit 382d1d4

Please sign in to comment.