Skip to content

Commit

Permalink
Add service versions:
Browse files Browse the repository at this point in the history
MariaDB: 11.2 & 11.3-rc
MySQL: 8.2
RabbitMQ: 3.13-rc
Redis: 7.2
  • Loading branch information
navarr committed Jan 3, 2024
1 parent 07f189b commit cecd893
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/mariadb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
- "10.11"
- "11.0"
- "11.1"
- "11.2"
- "11.3-rc"

steps:
- uses: actions/checkout@v3
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/mysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
- "8.0.28"
- "8.0"
- "8.1"
- "8.2"

steps:
- uses: actions/checkout@v3
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/rabbitmq.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
- "3.10"
- "3.11"
- "3.12"
- "3.13-rc"

steps:
- uses: actions/checkout@v3
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/redis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
- "6.0"
- "6.2"
- "7.0"
- "7.2"

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit cecd893

Please sign in to comment.