Skip to content

Commit 904d642

Browse files
committed
Test code for PHP8.3 compatibility
The earlier versions are more relevant as we already test with 8.3 but doing the explicit check shouldn't hurt.
1 parent b73f61a commit 904d642

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codestyle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
image: pipelinecomponents/php-codesniffer:latest
5050
strategy:
5151
matrix:
52-
PHPVERSION: ["8.1", "8.2"]
52+
PHPVERSION: ["8.1", "8.2", "8.3"]
5353
steps:
5454
- run: apk add git
5555
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)