Skip to content

Commit 42f0f4c

Browse files
committed
Add support for PHP 8.0
1 parent aeec1e3 commit 42f0f4c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
fail-fast: true
1010
matrix:
1111
os: [ ubuntu-latest ]
12-
php: [ 7.2, 7.3, 7.4 ]
12+
php: [ 7.2, 7.3, 7.4, 8.0 ]
1313
laravel: [ 6.*, 7.*, 8.* ]
1414
dependency-version: [ prefer-stable ]
1515
include:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
}
1717
],
1818
"require": {
19-
"php": "^7.2",
19+
"php": "^7.2|^8.0",
2020
"illuminate/session": "^6.0|^7.0|^8.0",
2121
"illuminate/support": "^6.0|^7.0|^8.0"
2222
},

0 commit comments

Comments
 (0)