Skip to content

Commit fff4083

Browse files
committed
Fix percona image tag
1 parent 77881a9 commit fff4083

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- 'percona 5.5'
4444
- 'percona 5.6'
4545
- 'percona 5.7'
46-
- 'percona 5.8'
46+
- 'percona 8.0'
4747
steps:
4848
# ------------------------------------------------------------
4949
# Setup repository

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- 'percona 5.5'
4343
- 'percona 5.6'
4444
- 'percona 5.7'
45-
- 'percona 5.8'
45+
- 'percona 8.0'
4646
refs:
4747
- 'master'
4848
- '0.8'

0 commit comments

Comments
 (0)