Skip to content

Commit 2303ad3

Browse files
committed
updated php version
1 parent 247390f commit 2303ad3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yml

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

1212
strategy:
1313
matrix:
14-
php: ['7.1', '7.2', '7.3', '7.4']
14+
php: ['7.3', '7.4', '8.0', '8.1']
1515

1616
steps:
1717
- name: Checkout code

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
}
2323
],
2424
"require": {
25-
"php": ">=7.0",
25+
"php": ">=7.3",
2626
"laravel/framework": ">=5.5",
2727
"guzzlehttp/guzzle": ">=6.0",
2828
"jenssegers/agent": "2.6.*"

0 commit comments

Comments
 (0)