Skip to content

Commit 1b76419

Browse files
Merge pull request #33 from TheDragonCode/2.x
Update GitHub Actions
2 parents d21f5e5 + 6a0eaa3 commit 1b76419

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/phpunit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ jobs:
1010
fail-fast: true
1111
matrix:
1212
php: [ "8.0", "8.1", "8.2" ]
13-
psql: [ "9", "10", "11", "12", "13", "14" ]
1413
laravel: [ "8.0", "9.0", "10.0" ]
14+
psql: [ "9", "10", "11", "12", "13", "14" ]
1515
exclude:
1616
- laravel: "10.0"
1717
php: "8.0"
1818

19-
name: php ${{ matrix.php }}, pg ${{ matrix.psql }}, lr ${{ matrix.laravel }}
19+
name: php ${{ matrix.php }}, lr ${{ matrix.laravel }}, pg ${{ matrix.psql }}
2020

2121
services:
2222
mysql:

0 commit comments

Comments
 (0)