-
-
Notifications
You must be signed in to change notification settings - Fork 45
Expand file tree
/
Copy pathmatrix.json
More file actions
19 lines (19 loc) · 1.01 KB
/
matrix.json
File metadata and controls
19 lines (19 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"db": [
{ "driver": "mysql", "version": "8.0" },
{ "driver": "mysql", "version": "8.4" },
{ "driver": "pgsql", "version": "14" },
{ "driver": "pgsql", "version": "15" },
{ "driver": "pgsql", "version": "16" },
{ "driver": "pgsql", "version": "17" }
],
"payload": [
{ "queue": "github-actions-laravel12-php82", "laravel": "12.*", "php": "8.2", "testbench": "10.*" },
{ "queue": "github-actions-laravel12-php83", "laravel": "12.*", "php": "8.3", "testbench": "10.*" },
{ "queue": "github-actions-laravel12-php84", "laravel": "12.*", "php": "8.4", "testbench": "10.*" },
{ "queue": "github-actions-laravel12-php85", "laravel": "12.*", "php": "8.5", "testbench": "10.*" },
{ "queue": "github-actions-laravel13-php83", "laravel": "13.*", "php": "8.3", "testbench": "11.*" },
{ "queue": "github-actions-laravel13-php84", "laravel": "13.*", "php": "8.4", "testbench": "11.*" },
{ "queue": "github-actions-laravel13-php85", "laravel": "13.*", "php": "8.5", "testbench": "11.*" }
]
}