Skip to content

Commit 523d538

Browse files
authored
Merge pull request #40 from derrabus/ci/php-8.2
Run tests on PHP 8.2
2 parents d0c1e0a + fa6871b commit 523d538

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/ci.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,13 @@ on:
66
jobs:
77

88
coding-standards:
9-
uses: "doctrine/.github/.github/workflows/coding-standards.yml@1.4.1"
9+
uses: "doctrine/.github/.github/workflows/coding-standards.yml@1.5.1"
1010
with:
1111
php-version: "8.1"
1212

1313
phpunit:
1414
name: "PHPUnit"
15-
uses: "doctrine/.github/.github/workflows/continuous-integration.yml@1.4.1"
15+
uses: "doctrine/.github/.github/workflows/continuous-integration.yml@1.5.1"
1616
with:
17-
php-versions: '["7.1", "7.2", "7.3", "7.4", "8.0", "8.1"]'
17+
php-versions: '["7.1", "7.2", "7.3", "7.4", "8.0", "8.1", "8.2"]'
18+
composer-options: '--ignore-platform-req=php+'

0 commit comments

Comments
 (0)