Skip to content

Commit 0f9909d

Browse files
committed
chore(MOS-1820): Add PHP 8.3 support.
1 parent bbc4c2f commit 0f9909d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- uses: actions/checkout@v3
1010
- uses: shivammathur/setup-php@v2
1111
with:
12-
php-version: 8.2
12+
php-version: 8.3
1313
coverage: none
1414
- uses: ramsey/composer-install@v2
1515
- id: set-php-versions

src/Configuration.php

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ final class Configuration
1212
private const PHP_VERSIONS = [
1313
'8.1',
1414
'8.2',
15+
'8.3',
1516
];
1617

1718
/** @var array<string, class-string<DevToolsCommand>>|null */

0 commit comments

Comments
 (0)