We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a258f8 commit c1e7026Copy full SHA for c1e7026
.github/workflows/tests.yml
@@ -15,6 +15,7 @@ jobs:
15
fail-fast: false
16
matrix:
17
php-version: [ '8.3', '8.4' ]
18
+ laravel-version: [ '^10.0', '^11.0', '^12.0' ]
19
20
name: Tests on PHP ${{ matrix.php-version }}
21
packages.php
@@ -0,0 +1,9 @@
1
+<?php return array (
2
+ 'xefi/faker-php' =>
3
+ array (
4
+ 'providers' =>
5
6
+ 0 => 'Xefi\\Faker\\FakerServiceProvider',
7
+ ),
8
9
+);
0 commit comments