File tree Expand file tree Collapse file tree 5 files changed +365
-560
lines changed Expand file tree Collapse file tree 5 files changed +365
-560
lines changed Original file line number Diff line number Diff line change 28
28
runs-on : ubuntu-latest
29
29
strategy :
30
30
matrix :
31
- php-versions : ['7.4 ', '8.1 ', '8.2 ']
31
+ php-versions : ['8.1 ', '8.2 ', '8.3 ']
32
32
steps :
33
33
- uses : actions/checkout@v2
34
34
- uses : php-actions/composer@v5
@@ -45,14 +45,11 @@ jobs:
45
45
runs-on : ubuntu-latest
46
46
strategy :
47
47
matrix :
48
- php-version : ['7.4 ', '8.1 ', '8.2 ']
48
+ php-version : ['8.1 ', '8.2 ', '8.3 ']
49
49
dependencies :
50
50
- " lowest"
51
51
- " highest"
52
52
- " locked"
53
- exclude :
54
- - php-version : ' 7.4'
55
- dependencies : ' highest'
56
53
57
54
steps :
58
55
- name : " Checkout"
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ An Object Oriented wrapper for Confluence
7
7
8
8
## Requirements
9
9
10
- * PHP >= 7.4 .0
10
+ * PHP >= 8.1 .0
11
11
12
12
## Installation
13
13
Original file line number Diff line number Diff line change 32
32
}
33
33
},
34
34
"require" : {
35
- "php" : " ^7.4 || ^ 8.1" ,
35
+ "php" : " ^8.1" ,
36
36
"ext-json" : " *" ,
37
37
"psr/http-message" : " ^1.0 || ^2.0" ,
38
38
"psr/http-client" : " ^1.0" ,
46
46
"php-http/message" : " ^1.10"
47
47
},
48
48
"require-dev" : {
49
- "phpunit/phpunit" : " ^9.5.5,<= 10.0" ,
49
+ "phpunit/phpunit" : " ^10.0" ,
50
50
"phpstan/phpstan" : " ^1.0.0" ,
51
51
"vimeo/psalm" : " ^5.1" ,
52
52
"guzzlehttp/guzzle" : " ^7.2" ,
You can’t perform that action at this time.
0 commit comments