Skip to content

Commit 5249313

Browse files
author
Cor Bosman
committed
drop support for older versions going forward
1 parent 1be3792 commit 5249313

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
php: [8.4, 8.3, 8.2]
14-
laravel: ['11.*', '12.*']
15-
dependency-version: [prefer-lowest, prefer-stable]
13+
php: [8.4, 8.3]
14+
laravel: ['12.*']
15+
dependency-version: [prefer-stable]
1616

1717
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}
1818

0 commit comments

Comments
 (0)