Skip to content

Commit

Permalink
Merge pull request #771 from Icinga/Al2Klimov-patch-4
Browse files Browse the repository at this point in the history
GHA: also test MySQL 8
  • Loading branch information
julianbrost committed Aug 9, 2024
2 parents f9ce7a5 + 7e6db39 commit 71c6092
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/sql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
- {type: MYSQL, name: MySQL 5.5, image: "icinga/icingadb-mysql:5.5"}
- {type: MYSQL, name: MySQL 5.6, image: "icinga/icingadb-mysql:5.6"}
- {type: MYSQL, name: MySQL 5.7, image: "mysql:5.7"}
- {type: MYSQL, name: MySQL 8, image: "mysql:8"}
- {type: MYSQL, name: MySQL latest, image: "mysql:latest"}
- {type: MYSQL, name: MariaDB 10.1, image: "mariadb:10.1"}
- {type: MYSQL, name: MariaDB 10.2, image: "mariadb:10.2"}
Expand Down

0 comments on commit 71c6092

Please sign in to comment.