Skip to content

Commit

Permalink
Test code for PHP8.3 compatibility
Browse files Browse the repository at this point in the history
The earlier versions are more relevant as we already test with 8.3 but
doing the explicit check shouldn't hurt.
  • Loading branch information
vmcj committed Jun 8, 2024
1 parent ee1a145 commit 4d7538d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codestyle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
image: pipelinecomponents/php-codesniffer:latest
strategy:
matrix:
PHPVERSION: ["8.1", "8.2"]
PHPVERSION: ["8.1", "8.2", "8.3"]
steps:
- run: apk add git
- uses: actions/checkout@v4
Expand Down

0 comments on commit 4d7538d

Please sign in to comment.