Skip to content

Commit e0e71dc

Browse files
committed
Remove 8.3 from test matrix
1 parent 589ac17 commit e0e71dc

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/run-tests.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,9 @@ jobs:
1111
fail-fast: false
1212
matrix:
1313
os: [ubuntu-latest]
14-
php: ['8.3', 8.4, '8.4', 8.5, '8.5']
14+
php: [8.4, 8.5]
1515
laravel: ['12.*', '13.*']
1616
stability: [prefer-lowest, prefer-stable]
17-
exclude:
18-
- laravel: 12.*
19-
php: 8.3
2017

2118
name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
2219

0 commit comments

Comments
 (0)