Skip to content

Commit 382d1d4

Browse files
authored
Merge pull request #297 from bigcommerce/php83
Run CI against PHP 8.3
2 parents e9c6905 + a0bc7c7 commit 382d1d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs_default: &jobs_default
1212
php-version: << matrix.php-version >>
1313
matrix:
1414
parameters:
15-
php-version: [ *php_min, "8.2" ]
15+
php-version: [ *php_min, "8.2", "8.3" ]
1616

1717
jobs:
1818
cs-fixer:

0 commit comments

Comments
 (0)