Skip to content

Commit fbcdd7c

Browse files
committed
Add PHP 7.2 config setting and PHP 7.2~8.2 tests
1 parent f7a404a commit fbcdd7c

File tree

3 files changed

+33
-7
lines changed

3 files changed

+33
-7
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
matrix:
1010
operating-system: [ubuntu-latest]
11-
php-versions: ['8.2']
11+
php-versions: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2']
1212
name: PHP ${{ matrix.php-versions }} Test on ${{ matrix.operating-system }}
1313

1414
steps:

composer.json

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
"name": "corneltek/pearx",
33
"homepage": "http://github.com/phpbrew/PEARX",
44
"description": "PEAR channel client",
5+
"config": {
6+
"platform": {
7+
"php": "7.2.5"
8+
}
9+
},
510
"require": {
611
"php": ">=7.2.5",
712
"corneltek/curlkit": "^1.0.11"

composer.lock

+27-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)