File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change 9
9
strategy :
10
10
matrix :
11
11
php-version :
12
- - ' 7.3'
13
- - ' 7.4'
14
12
- ' 8.1'
15
13
- ' 8.2'
16
14
- ' 8.3'
22
20
- ' 7.3'
23
21
24
22
exclude :
25
- - { php-version: 7.3, symfony-version: 6.4 }
26
- - { php-version: 7.4, symfony-version: 6.4 }
27
-
28
- - { php-version: 7.3, symfony-version: 7.3 }
29
- - { php-version: 7.4, symfony-version: 7.3 }
30
23
- { php-version: 8.1, symfony-version: 7.3 }
31
24
32
25
name : PHP ${{ matrix.php-version }} and Symfony ${{ matrix.symfony-version }}
Original file line number Diff line number Diff line change 6
6
"homepage" : " https://github.com/Orbitale/CmsBundle" ,
7
7
"license" : " MIT" ,
8
8
"require" : {
9
- "php" : " >=7.3 " ,
9
+ "php" : " >=8.1 " ,
10
10
"doctrine/annotations" : " ^1.8|^2.0" ,
11
11
"doctrine/doctrine-bundle" : " ^2.0" ,
12
12
"doctrine/orm" : " ^2.5.1" ,
13
+ "doctrine/dbal" : " ^3.0|^4.0" ,
13
14
"symfony/asset" : " ^5.3|^6.0|^7.0" ,
14
15
"symfony/config" : " ^5.3|^6.0|^7.0" ,
15
16
"symfony/dependency-injection" : " ^5.3|^6.0|^7.0" ,
You can’t perform that action at this time.
0 commit comments