Skip to content

Commit 5223682

Browse files
committed
added laravel 11 and php 8.3 to tests #79
1 parent 2fe498c commit 5223682

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

.github/workflows/tests.yml

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,27 @@ jobs:
1010

1111
strategy:
1212
matrix:
13-
php: ['8.0', '8.1', '8.2']
14-
laravel: [9.*, 10.*]
13+
php: ['8.0', '8.1', '8.2', '8.3']
14+
laravel: [9.*, 10.*, 11.*]
1515
stability: [prefer-lowest, prefer-stable]
1616
include:
1717
- laravel: 9.*
1818
testbench: 7.*
1919
- laravel: 10.*
2020
testbench: 8.*
21+
- laravel: 11.*
22+
testbench: 9.*
2123
exclude:
22-
- laravel: 10.*
23-
php: 8.0
2424
- laravel: 9.*
2525
php: 8.2
26+
- laravel: 9.*
27+
php: 8.3
28+
- laravel: 10.*
29+
php: 8.0
30+
- laravel: 11.*
31+
php: 8.0
32+
- laravel: 11.*
33+
php: 8.1
2634

2735
steps:
2836
- name: Checkout code

0 commit comments

Comments
 (0)