Skip to content

Commit 9d38121

Browse files
committed
dropped PHP 7.4 support
1 parent 8fae23a commit 9d38121

File tree

5 files changed

+365
-560
lines changed

5 files changed

+365
-560
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
runs-on: ubuntu-latest
2929
strategy:
3030
matrix:
31-
php-versions: ['7.4', '8.1', '8.2']
31+
php-versions: ['8.1', '8.2', '8.3']
3232
steps:
3333
- uses: actions/checkout@v2
3434
- uses: php-actions/composer@v5
@@ -45,14 +45,11 @@ jobs:
4545
runs-on: ubuntu-latest
4646
strategy:
4747
matrix:
48-
php-version: ['7.4', '8.1', '8.2']
48+
php-version: ['8.1', '8.2', '8.3']
4949
dependencies:
5050
- "lowest"
5151
- "highest"
5252
- "locked"
53-
exclude:
54-
- php-version: '7.4'
55-
dependencies: 'highest'
5653

5754
steps:
5855
- name: "Checkout"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ An Object Oriented wrapper for Confluence
77

88
## Requirements
99

10-
* PHP >= 7.4.0
10+
* PHP >= 8.1.0
1111

1212
## Installation
1313

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
}
3333
},
3434
"require": {
35-
"php": "^7.4 || ^8.1",
35+
"php": "^8.1",
3636
"ext-json": "*",
3737
"psr/http-message": "^1.0 || ^2.0",
3838
"psr/http-client": "^1.0",
@@ -46,7 +46,7 @@
4646
"php-http/message": "^1.10"
4747
},
4848
"require-dev": {
49-
"phpunit/phpunit": "^9.5.5,<=10.0",
49+
"phpunit/phpunit": "^10.0",
5050
"phpstan/phpstan": "^1.0.0",
5151
"vimeo/psalm": "^5.1",
5252
"guzzlehttp/guzzle": "^7.2",

0 commit comments

Comments
 (0)