Skip to content

Commit a1cd300

Browse files
PHP 8 support
1 parent db1047f commit a1cd300

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
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: true
1414
matrix:
15-
php: [7.4, 7.3]
15+
php: [8.0, 7.4, 7.3]
1616
dependency-version: [prefer-stable, prefer-lowest]
1717

1818
name: P${{ matrix.php }} - ${{ matrix.dependency-version }}

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
}
1212
],
1313
"require": {
14-
"php": "^7.3.0",
14+
"php": "^7.3|^8.0",
1515
"illuminate/support": "^8.0",
1616
"illuminate/console": "^8.0",
1717
"illuminate/database": "^8.0",

0 commit comments

Comments
 (0)