Skip to content

Commit e1c40d2

Browse files
authored
Merge pull request #8 from blue32a/feature/support-php-8.0
Support PHP 8.0
2 parents 8937b72 + f89f609 commit e1c40d2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010

1111
strategy:
1212
matrix:
13-
php-version: ['7.2', '7.3', '7.4']
13+
php-version: ['7.2', '7.3', '7.4', '8.0']
1414

1515
steps:
1616
- name: Setup PHP ${{ matrix.php-version }}

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
}
1111
],
1212
"require": {
13-
"php": "^7.2",
13+
"php": "^7.2|^8.0",
1414
"illuminate/support": "^6.0"
1515
},
1616
"require-dev": {

0 commit comments

Comments
 (0)