Skip to content

Commit ba5557d

Browse files
Merge pull request #4 from stackkit/feature/php8
PHP 8
2 parents bd616f1 + 086c224 commit ba5557d

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

.github/workflows/run-tests.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
strategy:
1313
matrix:
14-
php: [7.4, 7.3, 7.2]
14+
php: [8.0, 7.4, 7.3, 7.2]
1515
laravel: [8.*, 7.*, 6.*, 5.8.*, 5.7.*, 5.6.*]
1616
os: [ubuntu-latest]
1717
include:
@@ -36,6 +36,12 @@ jobs:
3636
php: 7.4
3737
- laravel: 5.5.*
3838
php: 7.4
39+
- laravel: 5.8.*
40+
php: 8.0
41+
- laravel: 5.7.*
42+
php: 8.0
43+
- laravel: 5.6.*
44+
php: 8.0
3945

4046
name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }}
4147

@@ -44,7 +50,7 @@ jobs:
4450
uses: actions/checkout@v1
4551

4652
- name: Setup PHP
47-
uses: shivammathur/setup-php@v1
53+
uses: shivammathur/setup-php@v2
4854
with:
4955
php-version: ${{ matrix.php }}
5056
extensions: mbstring, dom, fileinfo

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ Please check the table below for supported Laravel and PHP versions:
3333
| 5.6 | 7.2 or 7.3
3434
| 5.7 | 7.2 or 7.3
3535
| 5.8 | 7.2 or 7.3 or 7.4
36-
| 6.x | 7.2 or 7.3 or 7.4
37-
| 7.x | 7.2 or 7.3 or 7.4
38-
| 8.x | 7.3 or 7.4
36+
| 6.x | 7.2 or 7.3 or 7.4 or 8.0
37+
| 7.x | 7.2 or 7.3 or 7.4 or 8.0
38+
| 8.x | 7.3 or 7.4 or 8.0
3939

4040
# Installation
4141

0 commit comments

Comments
 (0)