Skip to content

Commit b85d60b

Browse files
Added tests for PHP 8.4 and Postgres 16-17
1 parent 0360537 commit b85d60b

File tree

2 files changed

+14
-8
lines changed

2 files changed

+14
-8
lines changed

.github/workflows/phpunit.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,22 @@ jobs:
99
strategy:
1010
fail-fast: true
1111
matrix:
12-
php: [ "8.0", "8.1", "8.2", "8.3" ]
12+
php: [ "8.0", "8.1", "8.2", "8.3", "8.4" ]
1313
laravel: [ "8.0", "9.0", "10.0", "11.0" ]
14-
psql: [ "9", "10", "11", "12", "13", "14", "15" ]
14+
psql: [ "9", "10", "11", "12", "13", "14", "15", "16", "17" ]
1515
exclude:
1616
- laravel: "8.0"
1717
php: "8.3"
1818

19+
- laravel: "8.0"
20+
php: "8.4"
21+
1922
- laravel: "9.0"
2023
php: "8.3"
2124

25+
- laravel: "9.0"
26+
php: "8.4"
27+
2228
- laravel: "10.0"
2329
php: "8.0"
2430

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@ Or manually update `require-dev` block of `composer.json` and run `composer upda
3636
| Laravel | ^8.0, ^9.0, ^10.0, ^11.0 |
3737
| Databases | MySQL 5.7+, PostgreSQL 9.5+, MSSQL |
3838

39-
| Laravel \ PostgreSQL | 9 | 10 | 11 | 12 | 13 | 14 | 15 |
40-
|:---------------------|----|----|----|----|----|----|----|
41-
| 8 ||||||||
42-
| 9 ||||||||
43-
| 10 ||||||||
44-
| 11 | ✖️ | ✖️ | ✖️ |||||
39+
| Laravel \ PostgreSQL | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 |
40+
|:---------------------|----|----|----|----|----|----|----|----|----|
41+
| 8 |||||||| | |
42+
| 9 |||||||| | |
43+
| 10 |||||||| | |
44+
| 11 | ✖️ | ✖️ | ✖️ ||||| | |
4545

4646

4747
## Usage

0 commit comments

Comments
 (0)