diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a3e339b..e18a54e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -18,10 +18,13 @@ jobs: ruby: - v2.4 - v2.6 + database: + - sqlite3 + - postgres steps: - name: Redmine plugin test - uses: two-pack/redmine-plugin-test-action@v2 + uses: two-pack/redmine-plugin-test-action@add_db_option with: plugin_name: redmine_messenger redmine_version: ${{ matrix.redmine }}