Skip to content

Commit 74825f1

Browse files
committed
Update CI
1 parent 61638c4 commit 74825f1

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/ci.yml

+5-4
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ jobs:
1010
test:
1111
strategy:
1212
matrix:
13-
go: [ "1.24", "1.23", "1.22" ]
14-
os: [ ubuntu-24.04, ubuntu-22.04 ]
13+
go: [ "1.24", "1.23" ]
14+
os: [ ubuntu-latest, ubuntu-24.04, ubuntu-22.04 ]
1515
name: Tests Go ${{ matrix.go }} on ${{ matrix.os }} # This name is used in main branch protection rules
1616
runs-on: ${{ matrix.os }}
1717

@@ -56,8 +56,9 @@ jobs:
5656
strategy:
5757
matrix:
5858
mysql_version:
59-
- 8.0.40
60-
- 8.4.3
59+
- 8.0.42
60+
- 8.4.5
61+
- 9.3.0
6162
name: Tests with MySQL ${{ matrix.mysql_version }}
6263
runs-on: ubuntu-latest
6364
services:

0 commit comments

Comments
 (0)