Skip to content

Commit c8305e2

Browse files
committed
ci(tests): drop mysql:9 from matrix
1 parent 1cbf6ea commit c8305e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
mysql:
4242
strategy:
4343
matrix:
44-
dbversion: ['mysql:9', 'mysql:8', 'mysql:5.7']
44+
dbversion: ['mysql:8', 'mysql:5.7']
4545
go: ['1.25', 'stable']
4646
platform: [ubuntu-latest]
4747
runs-on: ${{ matrix.platform }}

0 commit comments

Comments
 (0)