Skip to content

Commit d9df768

Browse files
committed
Update test yaml
1 parent bd731fe commit d9df768

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
php: [8.1, 8.2]
14+
php: [8.1, 8.2, 8.3]
1515
stability: [prefer-stable]
16-
laravel: ['11.0', ^10.0]
16+
laravel: ["11.x-dev", ^10.0]
1717
exclude:
18-
- laravel: '11.0'
18+
- laravel: "11.x-dev"
1919
php: 8.1
2020

2121
name: PHP ${{ matrix.php }} - ${{ matrix.stability }} - ${{ matrix.laravel }}

0 commit comments

Comments
 (0)