Skip to content

Commit 95f0629

Browse files
committed
Update PHP and Laravel versions in test configuration
1 parent fab917a commit 95f0629

File tree

2 files changed

+8
-12
lines changed

2 files changed

+8
-12
lines changed

.github/workflows/run-tests.yml

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,21 +13,17 @@ jobs:
1313
fail-fast: true
1414
matrix:
1515
os: [ubuntu-latest]
16-
php: [8.3, 8.2, 8.1]
17-
laravel: [11.*, 10.*]
16+
php: [8.4, 8.3, 8.2]
17+
laravel: [12.*, 11.*]
1818
include:
19+
- laravel: 12.*
20+
testbench: ^10.0
21+
pest: ^4.0
22+
pest-plugin-laravel: ^4.0
1923
- laravel: 11.*
2024
testbench: ^9.0
2125
pest: ^3.0
2226
pest-plugin-laravel: ^3.0
23-
- laravel: 10.*
24-
testbench: ^8.0
25-
pest: ^2.0
26-
pest-plugin-laravel: ^2.0
27-
pest-plugin-watch: ^2.0
28-
exclude:
29-
- laravel: 11.*
30-
php: 8.1
3127

3228
name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }} (${{ matrix.os }})
3329

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ Whether you want to quickly bootstrap payment processing for your Laravel applic
1616
1717
## Requirements:
1818
This package is [tested against:](https://github.com/damms005/laravel-multipay/blob/d1a15bf762ba2adabc97714f1565c6c0f0fcd58d/.github/workflows/run-tests.yml#L16-17)
19-
- PHP ^8.1
20-
- Laravel 10/11
19+
- PHP ^8.2
20+
- Laravel 11/12
2121

2222
## Currently supported payment handlers
2323

0 commit comments

Comments
 (0)