Skip to content

Commit

Permalink
redo include
Browse files Browse the repository at this point in the history
Signed-off-by: Valentin Sickert <[email protected]>
  • Loading branch information
Lapotor committed Dec 11, 2023
1 parent 0630702 commit 146e1f9
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/laravel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,16 @@ jobs:
mariadb-versions: ["10", "11"]
postgres-versions: ["14", "15", "16"]
include:
- php-versions: ["8.1", "8.2", "8.3"]
- db: mysql
mariadb-versions: ["10", "11"]
mariadb-versions: "10"
- db: mysql
mariadb-versions: "11"
- db: pgsql
postgres-versions: "14"
- db: pgsql
postgres-versions: "15"
- db: pgsql
postgres-versions: ["14", "15", "16"]
postgres-versions: "16"

steps:
- name: Checkout
Expand Down

0 comments on commit 146e1f9

Please sign in to comment.