Skip to content

Commit c1e7026

Browse files
author
Lucas GOSGNACH
committed
Test for Laravel
1 parent 8a258f8 commit c1e7026

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
php-version: [ '8.3', '8.4' ]
18+
laravel-version: [ '^10.0', '^11.0', '^12.0' ]
1819

1920
name: Tests on PHP ${{ matrix.php-version }}
2021

packages.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?php return array (
2+
'xefi/faker-php' =>
3+
array (
4+
'providers' =>
5+
array (
6+
0 => 'Xefi\\Faker\\FakerServiceProvider',
7+
),
8+
),
9+
);

0 commit comments

Comments
 (0)