Skip to content

Commit 8a812c8

Browse files
authored
Test on PHP 8.2 and 8.3 (#515)
1 parent 31e504e commit 8a812c8

File tree

4 files changed

+3
-5
lines changed

4 files changed

+3
-5
lines changed

.github/workflows/coding-standards.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,3 @@ jobs:
1313
coding-standards:
1414
name: "Coding Standards"
1515
uses: "doctrine/.github/.github/workflows/[email protected]"
16-
with:
17-
php-version: "8.1"

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ jobs:
1414
name: "PHPUnit"
1515
uses: "doctrine/.github/.github/workflows/[email protected]"
1616
with:
17-
php-versions: '["7.2", "7.3", "7.4", "8.0", "8.1"]'
17+
php-versions: '["7.2", "7.3", "7.4", "8.0", "8.1", "8.2", "8.3"]'

phpstan.neon.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
parameters:
22
level: 7
3-
phpVersion: 80100
3+
phpVersion: 80200
44
paths:
55
- %currentWorkingDirectory%/DependencyInjection
66
- %currentWorkingDirectory%/Tests

psalm.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<psalm
33
errorLevel="4"
4-
phpVersion="8.1"
4+
phpVersion="8.2"
55
resolveFromConfigFile="true"
66
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
77
xmlns="https://getpsalm.org/schema/config"

0 commit comments

Comments
 (0)