Skip to content

Commit 6f6ada2

Browse files
committed
More honest PHP version testing
1 parent 589f500 commit 6f6ada2

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/Tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
strategy:
1919
matrix:
20-
php: [ '7.4', '8.0', '8.1', '8.2' ]
20+
php: [ '8.0', '8.3' ]
2121
fail-fast: false
2222

2323
steps:

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"homepage": "https://www.lullabot.com/",
1212
"license": "Apache-2.0",
1313
"require": {
14-
"ext-curl": "*"
14+
"ext-curl": "*",
15+
"php": ">=8.0.0"
1516
},
1617
"require-dev": {
1718
"phpunit/phpunit": "^8.5 || ^9.5"

0 commit comments

Comments
 (0)