Skip to content

Commit 72e1bee

Browse files
jbelienChris8934
andauthored
Make setup consistent with main repository (#32)
* Update composer.json * Update php.yml Co-authored-by: Christopher Georg <[email protected]>
1 parent 5157089 commit 72e1bee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
php-version: ['7.4', '8.0', '8.1', '8.2', '8.3']
15+
php-version: ['8.2', '8.3', '8.4']
1616
steps:
1717
- uses: actions/checkout@v5
1818
- name: Use PHP ${{ matrix.php-version }}

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
}
1717
],
1818
"require": {
19-
"php": "^7.3 || ^8.0",
19+
"php": ">=8.2",
2020
"nyholm/psr7": "^1.0",
2121
"php-http/curl-client": "^2.2",
2222
"php-http/mock-client": "^1.2",

0 commit comments

Comments
 (0)