1616 - mysql:5.7
1717 - mysql:8.0
1818 - mariadb:10.5
19- node-version : [22, 24]
19+ - mariadb:11.4
20+ node-version : [22, 24, 26]
2021
2122 services :
2223 mysql :
4344 run : yarn --no-immutable
4445 - name : Unit Test
4546 run : yarn test:json mysql
46- - name : Report Coverage
47- uses : codecov/codecov-action@v6
48- with :
49- token : ${{ secrets.CODECOV_TOKEN }}
50- files : ./coverage/coverage-final.json
51- name : codecov
5247
5348 postgres :
5449 name : ${{ matrix.postgres-image }} (${{ matrix.node-version }})
6156 - postgres:16
6257 - postgres:15
6358 - postgres:14
64- node-version : [22, 24]
59+ node-version : [22, 24, 26 ]
6560
6661 services :
6762 postgres :
8681 run : yarn --no-immutable
8782 - name : Unit Test
8883 run : yarn test:json postgres
89- - name : Report Coverage
90- uses : codecov/codecov-action@v6
91- with :
92- token : ${{ secrets.CODECOV_TOKEN }}
93- files : ./coverage/coverage-final.json
94- name : codecov
9584
9685 mongo :
9786 name : ${{ matrix.mongo-image }} (${{ matrix.node-version }})
10392 mongo-image :
10493 - mongo:6.0
10594 - mongo:latest
106- node-version : [22, 24]
95+ node-version : [22, 24, 26 ]
10796
10897 services :
10998 mongo :
@@ -126,12 +115,6 @@ jobs:
126115 run : yarn --no-immutable
127116 - name : Unit Test
128117 run : yarn test:json mongo
129- - name : Report Coverage
130- uses : codecov/codecov-action@v6
131- with :
132- token : ${{ secrets.CODECOV_TOKEN }}
133- files : ./coverage/coverage-final.json
134- name : codecov
135118
136119 mongo-replica :
137120 name : mongo-replica:${{ matrix.mongo-version }} (${{ matrix.node-version }})
@@ -142,7 +125,7 @@ jobs:
142125 matrix :
143126 mongo-version :
144127 - latest
145- node-version : [22, 24]
128+ node-version : [22, 24, 26 ]
146129
147130 steps :
148131 - name : Check out
@@ -163,12 +146,6 @@ jobs:
163146 run : yarn --no-immutable
164147 - name : Unit Test
165148 run : yarn test:json mongo --+transaction.abort
166- - name : Report Coverage
167- uses : codecov/codecov-action@v6
168- with :
169- token : ${{ secrets.CODECOV_TOKEN }}
170- files : ./coverage/coverage-final.json
171- name : codecov
172149
173150 test :
174151 name : ${{ matrix.driver-name }} (${{ matrix.node-version }})
@@ -178,7 +155,7 @@ jobs:
178155 fail-fast : false
179156 matrix :
180157 driver-name : [sqlite, memory]
181- node-version : [22, 24]
158+ node-version : [22, 24, 26 ]
182159
183160 steps :
184161 - name : Check out
@@ -193,9 +170,3 @@ jobs:
193170 run : yarn --no-immutable
194171 - name : Unit Test
195172 run : yarn test:json ${{ matrix.driver-name }}
196- - name : Report Coverage
197- uses : codecov/codecov-action@v6
198- with :
199- token : ${{ secrets.CODECOV_TOKEN }}
200- files : ./coverage/coverage-final.json
201- name : codecov
0 commit comments