Skip to content

Commit 0c14c79

Browse files
Stephan Wentzpl-github
authored andcommitted
ci: Add php 8.3
1 parent 95f3f0c commit 0c14c79

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
dependencies: ["lowest", "highest"]
1818
php-version:
1919
- "8.2"
20+
- "8.3"
2021
operating-system: ["ubuntu-latest"]
2122

2223
steps:
@@ -48,6 +49,7 @@ jobs:
4849
run: "vendor/bin/phpunit --exclude-group redis"
4950

5051
- name: "Coding style"
52+
if: ${{ matrix.dependencies == 'highest' }}
5153
run: "vendor/bin/phpcs --report=summary"
5254

5355
- name: "Static analysis"

0 commit comments

Comments
 (0)