Skip to content

Commit 963ff68

Browse files
authored
Merge pull request #14 from facile-it/symfony-7
Allow Symfony 7
2 parents a6056bf + f852f47 commit 963ff68

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/tests.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,17 @@ jobs:
1818
strategy:
1919
matrix:
2020
php:
21+
- '8.3'
2122
- '8.2'
2223
- '8.1'
2324
- '8.0'
2425
- '7.4'
2526
symfony: ['']
2627
experimental: [false]
2728
include:
29+
- symfony: '^6.4'
30+
os: 'ubuntu-latest'
31+
php: '8.2'
2832
- symfony: '^5.4'
2933
os: 'ubuntu-latest'
3034
php: '7.4'

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"require": {
3333
"php": "^7.4 | ^8.0",
3434
"ext-pcntl": "*",
35-
"symfony/console": "^4.4 | ^5.4 | ^6.0"
35+
"symfony/console": "^4.4 | ^5.4 | ^6.0 | ^7.0"
3636
},
3737
"require-dev": {
3838
"facile-it/facile-coding-standard": "^1.2",
@@ -42,7 +42,7 @@
4242
"phpstan/phpstan-phpunit": "^1.3",
4343
"phpunit/phpunit": "^9.6.6",
4444
"phpspec/prophecy-phpunit": "^2.0",
45-
"symfony/phpunit-bridge": "^5.2",
45+
"symfony/phpunit-bridge": "^6.4",
4646
"vimeo/psalm": "^4.6"
4747
}
4848
}

0 commit comments

Comments
 (0)