Skip to content

Commit 516d042

Browse files
committed
php 8 support
1 parent 20c3da4 commit 516d042

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
php: [7.4]
13+
php: [7.4, 8.0]
1414
laravel: [8.*, 7.*, 6.*]
1515
include:
1616
- laravel: 8.*
@@ -24,7 +24,7 @@ jobs:
2424

2525
steps:
2626
- name: Checkout code
27-
uses: actions/checkout@v1
27+
uses: actions/checkout@v2.4.0
2828

2929
- name: Cache dependencies
3030
uses: actions/cache@v1

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@
2020
}
2121
],
2222
"require": {
23-
"php": "^7.4",
24-
"ext-json": "^7.4",
23+
"php": "^7.4|^8.0",
2524
"guzzlehttp/guzzle": "^7.3",
2625
"illuminate/contracts": "^7.15|^8.0",
2726
"illuminate/http": "^7.15|^8.0",

0 commit comments

Comments
 (0)