File tree Expand file tree Collapse file tree 2 files changed +5
-21
lines changed Expand file tree Collapse file tree 2 files changed +5
-21
lines changed Original file line number Diff line number Diff line change @@ -10,32 +10,21 @@ jobs:
10
10
fail-fast : false
11
11
matrix :
12
12
# Stable supported versions
13
- php : ['7.4', '8.0', ' 8.1', '8.2']
13
+ php : ['8.1', '8.2']
14
14
symfony : ['5.4.*', '6.2.*']
15
15
composer-flags : ['--prefer-stable']
16
16
can-fail : [false]
17
17
exclude :
18
- - php : ' 7.4'
19
- symfony : ' 6.2.*'
20
- - php : ' 8.0'
18
+ - php : ' 8.1'
21
19
symfony : ' 6.2.*'
22
20
include :
23
21
# Lowest supported versions
24
- - php : ' 7.2 '
22
+ - php : ' 8.1 '
25
23
symfony : ' 5.4.*'
26
24
composer-flags : ' --prefer-stable --prefer-lowest'
27
25
can-fail : false
28
- # EOL PHP versions
29
- - php : ' 7.2'
30
- symfony : ' 5.4.*'
31
- composer-flags : ' --prefer-stable'
32
- can-fail : false
33
- - php : ' 7.3'
34
- symfony : ' 5.4.*'
35
- composer-flags : ' --prefer-stable'
36
- can-fail : false
37
26
# Development versions
38
- - php : ' 8.2 '
27
+ - php : ' 8.3 '
39
28
symfony : ' 6.3.x-dev'
40
29
composer-flags : ' '
41
30
can-fail : true
49
38
- name : " checkout"
50
39
uses : " actions/checkout@v2"
51
40
52
- - name : " build the PHP7 environment"
53
- run : " dev/bin/docker-compose build --build-arg PHP_VERSION=${{ matrix.php }} php"
54
- if : startsWith(matrix.php, '7')
55
-
56
41
- name : " build the PHP8 environment"
57
42
run : " dev/bin/docker-compose build --build-arg PHP_VERSION=${{ matrix.php }} --build-arg XDEBUG_VERSION='3.2.0' php"
58
43
if : startsWith(matrix.php, '8')
Original file line number Diff line number Diff line change 16
16
}
17
17
],
18
18
"require" : {
19
- "php" : " >=7.2 " ,
19
+ "php" : " ^8.1 " ,
20
20
"doctrine/doctrine-bundle" : " ^2.0.8" ,
21
21
"doctrine/orm" : " ^2.7.1" ,
22
22
"league/oauth2-server" : " ^8.3" ,
23
23
"nyholm/psr7" : " ^1.4" ,
24
24
"psr/http-factory" : " ^1.0" ,
25
25
"symfony/event-dispatcher" : " ^5.4|^6.2" ,
26
26
"symfony/framework-bundle" : " ^5.4|^6.2" ,
27
- "symfony/polyfill-php81" : " ^1.22" ,
28
27
"symfony/psr-http-message-bridge" : " ^2.0" ,
29
28
"symfony/security-bundle" : " ^5.4|^6.2"
30
29
},
You can’t perform that action at this time.
0 commit comments