Skip to content

Commit 38fbb28

Browse files
committed
build: add php 8 support
1 parent 995fcb8 commit 38fbb28

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
@@ -7,7 +7,7 @@ jobs:
77
strategy:
88
fail-fast: true
99
matrix:
10-
php: [7.4]
10+
php: [7.4, 8.0]
1111
stability: [prefer-lowest, prefer-stable]
1212
name: PHP ${{ matrix.php }} - ${{ matrix.stability }}
1313
steps:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
}
2121
},
2222
"require": {
23-
"php": "^7.4",
23+
"php": "^7.4|^8.0",
2424
"laravel/framework": "^7.0|^8.0"
2525
},
2626
"require-dev": {

0 commit comments

Comments
 (0)