Skip to content

Commit 281caa8

Browse files
committed
Update matrix
1 parent 5b7c4a1 commit 281caa8

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

.github/workflows/component.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,17 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
php-version: ['8.0', '8.1', '8.2', '8.3']
17+
php-version: ['8.2', '8.3']
1818
component: [Common, Http, Plugin]
19+
include:
20+
- php-version: '8.0'
21+
component: Http
22+
- php-version: '8.0'
23+
component: Plugin
24+
- php-version: '8.1'
25+
component: Http
26+
- php-version: '8.1'
27+
component: Plugin
1928

2029
name: PHP ${{ matrix.php-version }} / ${{ matrix.component }}
2130

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
],
1818
"homepage": "http://geocoder-php.org",
1919
"require": {
20-
"php": "^8.0",
20+
"php": ">=8.2",
2121
"igorw/get-in": "^1.0",
2222
"php-http/discovery": "^1.17",
2323
"php-http/promise": "^1.0",

0 commit comments

Comments
 (0)