Skip to content

Commit

Permalink
Added tests for PHP 8.4 and Postgres 16-17
Browse files Browse the repository at this point in the history
  • Loading branch information
andrey-helldar committed Jan 28, 2025
1 parent 0360537 commit b85d60b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 8 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,22 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [ "8.0", "8.1", "8.2", "8.3" ]
php: [ "8.0", "8.1", "8.2", "8.3", "8.4" ]
laravel: [ "8.0", "9.0", "10.0", "11.0" ]
psql: [ "9", "10", "11", "12", "13", "14", "15" ]
psql: [ "9", "10", "11", "12", "13", "14", "15", "16", "17" ]
exclude:
- laravel: "8.0"
php: "8.3"

- laravel: "8.0"
php: "8.4"

- laravel: "9.0"
php: "8.3"

- laravel: "9.0"
php: "8.4"

- laravel: "10.0"
php: "8.0"

Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ Or manually update `require-dev` block of `composer.json` and run `composer upda
| Laravel | ^8.0, ^9.0, ^10.0, ^11.0 |
| Databases | MySQL 5.7+, PostgreSQL 9.5+, MSSQL |

| Laravel \ PostgreSQL | 9 | 10 | 11 | 12 | 13 | 14 | 15 |
|:---------------------|----|----|----|----|----|----|----|
| 8 ||||||||
| 9 ||||||||
| 10 ||||||||
| 11 | ✖️ | ✖️ | ✖️ |||||
| Laravel \ PostgreSQL | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 |
|:---------------------|----|----|----|----|----|----|----|----|----|
| 8 |||||||| | |
| 9 |||||||| | |
| 10 |||||||| | |
| 11 | ✖️ | ✖️ | ✖️ ||||| | |


## Usage
Expand Down

0 comments on commit b85d60b

Please sign in to comment.