Skip to content

Commit 0223c93

Browse files
author
Matthias Niess
committed
Remove PHP 8.0 from Github action workflow
This will allow the tests to finish and PHP 8.0 will be completely unsupported in a couple of days anyways.
1 parent 68d32a6 commit 0223c93

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/run-tests.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
fail-fast: true
1111
matrix:
12-
php: [8.2, 8.1, 8.0]
12+
php: [8.2, 8.1]
1313
laravel: [10.*, 9.*, 8.*]
1414
dependency-version: [prefer-lowest, prefer-stable]
1515
include:
@@ -19,10 +19,6 @@ jobs:
1919
testbench: 7.*
2020
- laravel: 8.*
2121
testbench: ^6.23
22-
exclude:
23-
- laravel: 10.*
24-
php: 8.0
25-
2622

2723
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}
2824

0 commit comments

Comments
 (0)