Skip to content

Commit be8112e

Browse files
committed
simplified workflows
1 parent d4a497a commit be8112e

File tree

6 files changed

+170
-155
lines changed

6 files changed

+170
-155
lines changed

.github/workflows/tests-maria.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,12 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
version: ["${{ inputs.version }}"]
19-
php: [8.1, 8.2, 8.3]
20-
laravel: [10.*, 11.*]
21-
stability: [prefer-lowest, prefer-stable]
19+
#php: [8.1, 8.2, 8.3]
20+
#laravel: [10.*, 11.*]
21+
#stability: [prefer-lowest, prefer-stable]
22+
php: [8.1]
23+
laravel: [10.*]
24+
stability: [prefer-lowest]
2225
exclude:
2326
# Laravel 11.x only supports PHP ^8.2
2427
- laravel: 11.*

.github/workflows/tests-mysql.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,12 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
php: [8.1, 8.2, 8.3]
19-
laravel: [10.*, 11.*]
20-
stability: [prefer-lowest, prefer-stable]
18+
#php: [8.1, 8.2, 8.3]
19+
#laravel: [10.*, 11.*]
20+
#stability: [prefer-lowest, prefer-stable]
21+
php: [8.1]
22+
laravel: [10.*]
23+
stability: [prefer-lowest]
2124
exclude:
2225
# Laravel 11.x only supports PHP ^8.2
2326
- laravel: 11.*

.github/workflows/tests-pgsql.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,12 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
php: [8.1, 8.2, 8.3]
19-
laravel: [10.*, 11.*]
20-
stability: [prefer-lowest, prefer-stable]
18+
#php: [8.1, 8.2, 8.3]
19+
#laravel: [10.*, 11.*]
20+
#stability: [prefer-lowest, prefer-stable]
21+
php: [8.1]
22+
laravel: [10.*]
23+
stability: [prefer-lowest]
2124
exclude:
2225
# Laravel 11.x only supports PHP ^8.2
2326
- laravel: 11.*

.github/workflows/tests-sqlite.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,12 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
php: [8.1, 8.2, 8.3]
14-
laravel: [10.*, 11.*]
15-
stability: [prefer-lowest, prefer-stable]
13+
#php: [8.1, 8.2, 8.3]
14+
#laravel: [10.*, 11.*]
15+
#stability: [prefer-lowest, prefer-stable]
16+
php: [8.1]
17+
laravel: [10.*]
18+
stability: [prefer-lowest]
1619
exclude:
1720
# Laravel 11.x only supports PHP ^8.2
1821
- laravel: 11.*

.github/workflows/tests-sqlsrv.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,12 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
php: [8.1, 8.2, 8.3]
19-
laravel: [10.*, 11.*]
20-
stability: [prefer-lowest, prefer-stable]
18+
#php: [8.1, 8.2, 8.3]
19+
#laravel: [10.*, 11.*]
20+
#stability: [prefer-lowest, prefer-stable]
21+
php: [8.1]
22+
laravel: [10.*]
23+
stability: [prefer-lowest]
2124
exclude:
2225
# Laravel 11.x only supports PHP ^8.2
2326
- laravel: 11.*

.github/workflows/tests.yml

Lines changed: 140 additions & 140 deletions
Original file line numberDiff line numberDiff line change
@@ -8,133 +8,133 @@ jobs:
88
uses: ./.github/workflows/tests-maria.yml
99
with:
1010
version: 10.3
11-
maria10_4:
12-
name: MariaDB 10.4
13-
uses: ./.github/workflows/tests-maria.yml
14-
with:
15-
version: 10.4
16-
maria10_5:
17-
name: MariaDB 10.5
18-
uses: ./.github/workflows/tests-maria.yml
19-
with:
20-
version: 10.5
21-
maria10_6:
22-
name: MariaDB 10.6
23-
uses: ./.github/workflows/tests-maria.yml
24-
with:
25-
version: 10.6
26-
maria10_7:
27-
name: MariaDB 10.7
28-
uses: ./.github/workflows/tests-maria.yml
29-
with:
30-
version: 10.7
31-
maria10_8:
32-
name: MariaDB 10.8
33-
uses: ./.github/workflows/tests-maria.yml
34-
with:
35-
version: 10.8
36-
maria10_9:
37-
name: MariaDB 10.9
38-
uses: ./.github/workflows/tests-maria.yml
39-
with:
40-
version: 10.9
41-
maria10_10:
42-
name: MariaDB 10.10
43-
uses: ./.github/workflows/tests-maria.yml
44-
with:
45-
version: "10.10"
46-
maria11_0:
47-
name: MariaDB 11.0
48-
uses: ./.github/workflows/tests-maria.yml
49-
with:
50-
version: "11.0"
51-
maria11_1:
52-
name: MariaDB 11.1
53-
uses: ./.github/workflows/tests-maria.yml
54-
with:
55-
version: "11.1"
56-
maria11_2:
57-
name: MariaDB 11.2
58-
uses: ./.github/workflows/tests-maria.yml
59-
with:
60-
version: "11.2"
61-
maria11_3:
62-
name: MariaDB 11.3
63-
uses: ./.github/workflows/tests-maria.yml
64-
with:
65-
version: "11.3"
66-
maria11_4:
67-
name: MariaDB 11.2
68-
uses: ./.github/workflows/tests-maria.yml
69-
with:
70-
version: "11.4"
11+
#maria10_4:
12+
#name: MariaDB 10.4
13+
#uses: ./.github/workflows/tests-maria.yml
14+
#with:
15+
#version: 10.4
16+
#maria10_5:
17+
#name: MariaDB 10.5
18+
#uses: ./.github/workflows/tests-maria.yml
19+
#with:
20+
#version: 10.5
21+
#maria10_6:
22+
#name: MariaDB 10.6
23+
#uses: ./.github/workflows/tests-maria.yml
24+
#with:
25+
#version: 10.6
26+
#maria10_7:
27+
#name: MariaDB 10.7
28+
#uses: ./.github/workflows/tests-maria.yml
29+
#with:
30+
#version: 10.7
31+
#maria10_8:
32+
#name: MariaDB 10.8
33+
#uses: ./.github/workflows/tests-maria.yml
34+
#with:
35+
#version: 10.8
36+
#maria10_9:
37+
#name: MariaDB 10.9
38+
#uses: ./.github/workflows/tests-maria.yml
39+
#with:
40+
#version: 10.9
41+
#maria10_10:
42+
#name: MariaDB 10.10
43+
#uses: ./.github/workflows/tests-maria.yml
44+
#with:
45+
#version: "10.10"
46+
#maria11_0:
47+
#name: MariaDB 11.0
48+
#uses: ./.github/workflows/tests-maria.yml
49+
#with:
50+
#version: "11.0"
51+
#maria11_1:
52+
#name: MariaDB 11.1
53+
#uses: ./.github/workflows/tests-maria.yml
54+
#with:
55+
#version: "11.1"
56+
#maria11_2:
57+
#name: MariaDB 11.2
58+
#uses: ./.github/workflows/tests-maria.yml
59+
#with:
60+
#version: "11.2"
61+
#maria11_3:
62+
#name: MariaDB 11.3
63+
#uses: ./.github/workflows/tests-maria.yml
64+
#with:
65+
#version: "11.3"
66+
#maria11_4:
67+
#name: MariaDB 11.2
68+
#uses: ./.github/workflows/tests-maria.yml
69+
#with:
70+
#version: "11.4"
7171

7272
mysql5_7:
7373
name: MySQL 5.7
7474
uses: ./.github/workflows/tests-mysql.yml
7575
with:
7676
version: "5.7"
77-
mysql8_0:
78-
name: MySQL 8.0
79-
uses: ./.github/workflows/tests-mysql.yml
80-
with:
81-
version: "8.0"
82-
mysql8_1:
83-
name: MySQL 8.1
84-
uses: ./.github/workflows/tests-mysql.yml
85-
with:
86-
version: "8.1"
87-
mysql8_2:
88-
name: MySQL 8.2
89-
uses: ./.github/workflows/tests-mysql.yml
90-
with:
91-
version: "8.2"
92-
mysql8_3:
93-
name: MySQL 8.3
94-
uses: ./.github/workflows/tests-mysql.yml
95-
with:
96-
version: "8.3"
97-
mysql8_4:
98-
name: MySQL 8.4
99-
uses: ./.github/workflows/tests-mysql.yml
100-
with:
101-
version: "8.4"
77+
#mysql8_0:
78+
#name: MySQL 8.0
79+
#uses: ./.github/workflows/tests-mysql.yml
80+
#with:
81+
#version: "8.0"
82+
#mysql8_1:
83+
#name: MySQL 8.1
84+
#uses: ./.github/workflows/tests-mysql.yml
85+
#with:
86+
#version: "8.1"
87+
#mysql8_2:
88+
#name: MySQL 8.2
89+
#uses: ./.github/workflows/tests-mysql.yml
90+
#with:
91+
#version: "8.2"
92+
#mysql8_3:
93+
#name: MySQL 8.3
94+
#uses: ./.github/workflows/tests-mysql.yml
95+
#with:
96+
#version: "8.3"
97+
#mysql8_4:
98+
#name: MySQL 8.4
99+
#uses: ./.github/workflows/tests-mysql.yml
100+
#with:
101+
#version: "8.4"
102102

103103
pgsql10:
104104
name: PostgreSQL 10
105105
uses: ./.github/workflows/tests-pgsql.yml
106106
with:
107107
version: 10
108-
pgsql11:
109-
name: PostgreSQL 11
110-
uses: ./.github/workflows/tests-pgsql.yml
111-
with:
112-
version: 11
113-
pgsql12:
114-
name: PostgreSQL 12
115-
uses: ./.github/workflows/tests-pgsql.yml
116-
with:
117-
version: 12
118-
pgsql13:
119-
name: PostgreSQL 13
120-
uses: ./.github/workflows/tests-pgsql.yml
121-
with:
122-
version: 13
123-
pgsql14:
124-
name: PostgreSQL 14
125-
uses: ./.github/workflows/tests-pgsql.yml
126-
with:
127-
version: 14
128-
pgsql15:
129-
name: PostgreSQL 15
130-
uses: ./.github/workflows/tests-pgsql.yml
131-
with:
132-
version: 15
133-
pgsql16:
134-
name: PostgreSQL 16
135-
uses: ./.github/workflows/tests-pgsql.yml
136-
with:
137-
version: 16
108+
#pgsql11:
109+
#name: PostgreSQL 11
110+
#uses: ./.github/workflows/tests-pgsql.yml
111+
#with:
112+
#version: 11
113+
#pgsql12:
114+
#name: PostgreSQL 12
115+
#uses: ./.github/workflows/tests-pgsql.yml
116+
#with:
117+
#version: 12
118+
#pgsql13:
119+
#name: PostgreSQL 13
120+
#uses: ./.github/workflows/tests-pgsql.yml
121+
#with:
122+
#version: 13
123+
#pgsql14:
124+
#name: PostgreSQL 14
125+
#uses: ./.github/workflows/tests-pgsql.yml
126+
#with:
127+
#version: 14
128+
#pgsql15:
129+
#name: PostgreSQL 15
130+
#uses: ./.github/workflows/tests-pgsql.yml
131+
#with:
132+
#version: 15
133+
#pgsql16:
134+
#name: PostgreSQL 16
135+
#uses: ./.github/workflows/tests-pgsql.yml
136+
#with:
137+
#version: 16
138138

139139
sqlite:
140140
name: SQLite
@@ -145,28 +145,28 @@ jobs:
145145
uses: ./.github/workflows/tests-sqlsrv.yml
146146
with:
147147
version: 2017-GA-ubuntu
148-
sqlsrv2017_latest:
149-
name: Microsoft SQL Server 2017 (Latest)
150-
uses: ./.github/workflows/tests-sqlsrv.yml
151-
with:
152-
version: 2017-latest
153-
sqlsrv2019_ga:
154-
name: Microsoft SQL Server 2019 (GA)
155-
uses: ./.github/workflows/tests-sqlsrv.yml
156-
with:
157-
version: 2019-GA-ubuntu-16.04
158-
sqlsrv2019_latest:
159-
name: Microsoft SQL Server 2019 (Latest)
160-
uses: ./.github/workflows/tests-sqlsrv.yml
161-
with:
162-
version: 2019-latest
163-
sqlsrv2022_ga:
164-
name: Microsoft SQL Server 2022 (GA)
165-
uses: ./.github/workflows/tests-sqlsrv.yml
166-
with:
167-
version: 2022-RTM-GDR1-ubuntu-20.04
168-
sqlsrv2022_latest:
169-
name: Microsoft SQL Server 2022 (Latest)
170-
uses: ./.github/workflows/tests-sqlsrv.yml
171-
with:
172-
version: 2022-latest
148+
#sqlsrv2017_latest:
149+
#name: Microsoft SQL Server 2017 (Latest)
150+
#uses: ./.github/workflows/tests-sqlsrv.yml
151+
#with:
152+
#version: 2017-latest
153+
#sqlsrv2019_ga:
154+
#name: Microsoft SQL Server 2019 (GA)
155+
#uses: ./.github/workflows/tests-sqlsrv.yml
156+
#with:
157+
#version: 2019-GA-ubuntu-16.04
158+
#sqlsrv2019_latest:
159+
#name: Microsoft SQL Server 2019 (Latest)
160+
#uses: ./.github/workflows/tests-sqlsrv.yml
161+
#with:
162+
#version: 2019-latest
163+
#sqlsrv2022_ga:
164+
#name: Microsoft SQL Server 2022 (GA)
165+
#uses: ./.github/workflows/tests-sqlsrv.yml
166+
#with:
167+
#version: 2022-RTM-GDR1-ubuntu-20.04
168+
#sqlsrv2022_latest:
169+
#name: Microsoft SQL Server 2022 (Latest)
170+
#uses: ./.github/workflows/tests-sqlsrv.yml
171+
#with:
172+
#version: 2022-latest

0 commit comments

Comments
 (0)