Skip to content

Commit 83bec69

Browse files
Update phpunit.yml
1 parent 54fbdff commit 83bec69

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

.github/workflows/phpunit.yml

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
fail-fast: true
1111
matrix:
1212
php: [ "8.0", "8.1", "8.2", "8.3", "8.4" ]
13-
laravel: [ "8.0", "9.0", "10.0", "11.0" ]
13+
laravel: [ "8.0", "9.0", "10.0", "11.0", "12.0" ]
1414
psql: [ "9", "10", "11", "12", "13", "14", "15", "16", "17" ]
1515
exclude:
1616
- laravel: "8.0"
@@ -42,6 +42,21 @@ jobs:
4242

4343
- laravel: "11.0"
4444
psql: "11"
45+
46+
- laravel: "12.0"
47+
php: "8.0"
48+
49+
- laravel: "12.0"
50+
php: "8.1"
51+
52+
- laravel: "12.0"
53+
psql: "9"
54+
55+
- laravel: "12.0"
56+
psql: "10"
57+
58+
- laravel: "12.0"
59+
psql: "11"
4560

4661
name: php ${{ matrix.php }}, lr ${{ matrix.laravel }}, pg ${{ matrix.psql }}
4762

0 commit comments

Comments
 (0)