File tree Expand file tree Collapse file tree 5 files changed +8
-29
lines changed Expand file tree Collapse file tree 5 files changed +8
-29
lines changed Original file line number Diff line number Diff line change 11
11
- name : ' Setup PHP'
12
12
uses : ' shivammathur/setup-php@v2'
13
13
with :
14
- php-version : ' 7.4 '
14
+ php-version : ' 8.0 '
15
15
coverage : ' none'
16
16
extensions : ' json, mbstring, tokenizer'
17
17
tools : ' composer-normalize:2.28.0, php-cs-fixer:3.9.5'
31
31
strategy :
32
32
matrix :
33
33
php :
34
- - ' 7.2'
35
- - ' 7.3'
36
- - ' 7.4'
37
34
- ' 8.0'
38
35
- ' 8.1'
39
36
dependencies :
43
40
include :
44
41
# Test with the lowest set of dependencies
45
42
- dependencies : ' lowest'
46
- php : ' 7.2 '
43
+ php : ' 8.0 '
47
44
elasticsearch : ' 7.15.2'
48
45
fail-fast : false
49
46
steps :
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased] ( https://github.com/ruflin/Elastica/compare/7.3.0...master )
8
8
### Backward Compatibility Breaks
9
+ * Dropped support for PHP <8.0 [ #2131 ] ( https://github.com/ruflin/Elastica/pull/2131 )
9
10
### Added
10
11
### Changed
11
12
### Deprecated
Original file line number Diff line number Diff line change 15
15
],
16
16
"homepage" : " http://elastica.io/" ,
17
17
"require" : {
18
- "php" : " ^7.2 || ^8 .0" ,
18
+ "php" : " ~8.0.0 || ~8.1 .0" ,
19
19
"ext-json" : " *" ,
20
20
"elasticsearch/elasticsearch" : " ^7.10" ,
21
21
"nyholm/dsn" : " ^2.0.0" ,
22
22
"psr/log" : " ^1.0 || ^2.0 || ^3.0" ,
23
- "symfony/deprecation-contracts" : " ^2.2 || ^3.0" ,
24
- "symfony/polyfill-php73" : " ^1.19"
23
+ "symfony/deprecation-contracts" : " ^3.0"
25
24
},
26
25
"require-dev" : {
27
26
"aws/aws-sdk-php" : " ^3.155" ,
28
- "guzzlehttp/guzzle" : " ^6.3 || ^ 7.2" ,
27
+ "guzzlehttp/guzzle" : " ^7.2" ,
29
28
"phpstan/phpstan" : " ^1.5" ,
30
29
"phpstan/phpstan-phpunit" : " ^1.1" ,
31
- "phpunit/phpunit" : " ^8.5.8 || ^9.4 " ,
30
+ "phpunit/phpunit" : " ^9.5 " ,
32
31
"symfony/phpunit-bridge" : " ^6.0"
33
32
},
34
33
"suggest" : {
Original file line number Diff line number Diff line change 1
- FROM php:7.2 -fpm-alpine
1
+ FROM php:8.0 -fpm-alpine
2
2
3
3
COPY --from=composer /usr/bin/composer /usr/bin/composer
4
4
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments