We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d02f5e commit 31aad20Copy full SHA for 31aad20
.github/workflows/ci.yml
@@ -10,8 +10,8 @@ jobs:
10
test:
11
strategy:
12
matrix:
13
- go: [ "1.24", "1.23", "1.22" ]
14
- os: [ ubuntu-24.04, ubuntu-22.04 ]
+ go: [ "1.24", "1.23" ]
+ os: [ ubuntu-latest, ubuntu-24.04, ubuntu-22.04 ]
15
name: Tests Go ${{ matrix.go }} on ${{ matrix.os }} # This name is used in main branch protection rules
16
runs-on: ${{ matrix.os }}
17
@@ -56,8 +56,9 @@ jobs:
56
57
58
mysql_version:
59
- - 8.0.40
60
- - 8.4.3
+ - 8.0.42
+ - 8.4.5
61
+ - 9.3.0
62
name: Tests with MySQL ${{ matrix.mysql_version }}
63
runs-on: ubuntu-latest
64
services:
0 commit comments