We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbc4c2f commit 0f9909dCopy full SHA for 0f9909d
.github/workflows/test.yaml
@@ -9,7 +9,7 @@ jobs:
9
- uses: actions/checkout@v3
10
- uses: shivammathur/setup-php@v2
11
with:
12
- php-version: 8.2
+ php-version: 8.3
13
coverage: none
14
- uses: ramsey/composer-install@v2
15
- id: set-php-versions
src/Configuration.php
@@ -12,6 +12,7 @@ final class Configuration
private const PHP_VERSIONS = [
'8.1',
'8.2',
+ '8.3',
16
];
17
18
/** @var array<string, class-string<DevToolsCommand>>|null */
0 commit comments