-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathmatrix
30 lines (25 loc) · 1.13 KB
/
matrix
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
#
# Read by bin/testall to test various combinations Ruby, ActiveRecord, and datbase versions
#
ruby-3.2 ar-7.0 sqlite3 postgres-14 mysql-8
ruby-3.2 ar-6.1 sqlite3 postgres-14 mysql-8
ruby-3.2 ar-6.0 sqlite3 postgres-14 mysql-8
ruby-3.1 ar-7.0 sqlite3 postgres-14 mysql-8
ruby-3.1 ar-6.1 sqlite3 postgres-14 mysql-8
ruby-3.1 ar-6.0 sqlite3 postgres-14 mysql-8
ruby-3.0 ar-7.0 sqlite3 postgres-14 mysql-8
ruby-3.0 ar-6.1 sqlite3 postgres-14 mysql-8
ruby-3.0 ar-6.0 sqlite3 postgres-14 mysql-8
ruby-2.7 ar-7.0 sqlite3 postgres-14 mysql-8
ruby-2.7 ar-6.1 sqlite3 postgres-14 mysql-8
ruby-2.7 ar-6.0 sqlite3 postgres-14 mysql-8
ruby-2.7 ar-5.2 sqlite3 postgres-14 mysql-8
ruby-2.7 ar-5.1 sqlite3 postgres-14 mysql-8
ruby-2.7 ar-5.0 sqlite3 postgres-14 mysql-8
ruby-2.7 ar-4.2 sqlite3 postgres-14 mysql-8
ruby-2.6 ar-6.1 sqlite3 postgres-14 mysql-8
ruby-2.6 ar-6.0 sqlite3 postgres-14 mysql-8
ruby-2.6 ar-5.2 sqlite3 postgres-14 mysql-8
ruby-2.6 ar-5.1 sqlite3 postgres-14 mysql-8
ruby-2.6 ar-5.0 sqlite3 postgres-14 mysql-8
ruby-2.6 ar-4.2 sqlite3 postgres-14 mysql-8