Add 5.9.0 to workflows

This commit is contained in:
Athozus 2024-08-12 00:33:36 +02:00
parent 09b233b039
commit 59667bd35c
No known key found for this signature in database
GPG Key ID: B50895022E8484BF

View File

@ -9,7 +9,7 @@ jobs:
timeout-minutes: 10
strategy:
matrix:
ENGINE_VERSION: [5.0.1, 5.1.1, 5.2.0, 5.3.0, 5.4.1, 5.5.1, 5.6.1, 5.7.0, 5.8.0, latest]
ENGINE_VERSION: [5.0.1, 5.1.1, 5.2.0, 5.3.0, 5.4.1, 5.5.1, 5.6.1, 5.7.0, 5.8.0, 5.9.0, latest]
steps:
- uses: actions/checkout@v4