Skip to content

Commit e0c88e1

Browse files
committed
Revert PHP 8.0 addition to Github Actions, valueobjects is locked to PHP 7
1 parent e77700b commit e0c88e1

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ jobs:
1313
- '7.2'
1414
- '7.3'
1515
- '7.4'
16-
- '8.0'
1716
laravel:
1817
- '5.8'
1918
- '6.0'
@@ -24,10 +23,6 @@ jobs:
2423
laravel: '5.8'
2524
- php: '7.2'
2625
laravel: '8.0'
27-
- php: '8.0'
28-
laravel: '5.8'
29-
- php: '8.0'
30-
laravel: '6.0'
3126

3227
name: PHP ${{ matrix.php }} / Laravel ${{ matrix.laravel }}
3328

0 commit comments

Comments
 (0)