Skip to content
This repository was archived by the owner on Mar 12, 2024. It is now read-only.

Commit ba23b47

Browse files
committed
Drop support of Laravel 8 and ensure support of PHP 8.2
1 parent 8e5c596 commit ba23b47

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

.github/workflows/run-tests.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,9 @@ jobs:
1313
fail-fast: true
1414
matrix:
1515
os: [ubuntu-latest, windows-latest]
16-
php: [8.0, 8.1]
17-
laravel: [^8.71, 9.*]
16+
php: [8.0, 8.1, 8.2]
17+
laravel: [9.*]
1818
stability: [prefer-lowest, prefer-stable]
19-
include:
20-
- testbench: 7.*
21-
laravel: 9.*
22-
- testbench: ^6.6
23-
laravel: ^8.71
2419

2520
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
2621

@@ -42,7 +37,7 @@ jobs:
4237
4338
- name: Install dependencies
4439
run: |
45-
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
40+
composer require "laravel/framework:${{ matrix.laravel }}" "nesbot/carbon:^2.62.1" --dev --no-interaction --no-update
4641
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
4742
4843
- name: Execute tests

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
The package provides the collection of methods to loop over your data.
1212

13-
The package requires PHP `^8.x` and Laravel `^8.71` or `^9.0`.
13+
The package requires PHP `^8.x` and Laravel `^9.0`.
1414

1515
## #StandWithUkraine
1616
[![SWUbanner](https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/banner2-direct.svg)](https://github.com/vshymanskyy/StandWithUkraine/blob/main/docs/README.md)

0 commit comments

Comments
 (0)