Skip to content

Commit 6fcce60

Browse files
committed
Add support for PHP 8.3, Symfony 7
1 parent 45e8d50 commit 6fcce60

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ jobs:
1818

1919
strategy:
2020
matrix:
21-
php-version: [ '8.1', '8.2' ]
21+
php-version: [ '8.1', '8.2', '8.3' ]
2222
coverage-driver: [ pcov ]
23-
symfony-require: [ '^5', '^6' ]
23+
symfony-require: [ '^5', '^6', '^7' ]
2424

2525
name: CI with PHP ${{ matrix.php-version }}, using ${{ matrix.coverage-driver }}, with Symfony ${{ matrix.symfony-require }}
2626

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@
3232
"php": "^8.1",
3333
"infection/abstract-testframework-adapter": "^0.5.0",
3434
"infection/include-interceptor": "^0.2.0",
35-
"symfony/filesystem": "^5.0 || ^6.0",
36-
"symfony/process": "^5.0 || ^6.0",
37-
"symfony/yaml": "^5.0 || ^6.0"
35+
"symfony/filesystem": "^5.0 || ^6.0 || ^7.0",
36+
"symfony/process": "^5.0 || ^6.0 || ^7.0",
37+
"symfony/yaml": "^5.0 || ^6.0 || ^7.0"
3838
},
3939
"extra": {
4040
"infection": {

composer.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)