From ea8d67d46be8d54a2ec61e452540089ca51306b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Kiersznowski?= Date: Mon, 27 Dec 2021 13:22:58 +0100 Subject: [PATCH] Update .mergify.yml --- .mergify.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.mergify.yml b/.mergify.yml index 540383b..6b36bb2 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -11,8 +11,12 @@ pull_request_rules: conditions: - base=master - author=scala-steward - - status-success=Build and Test (ubuntu-latest, 2.12.15, adopt@1.8) - - status-success=Build and Test (ubuntu-latest, 2.13.7, adopt@1.8) + - status-success=Build and Test (ubuntu-latest, 2.12.15, temurin@8) + - status-success=Build and Test (ubuntu-latest, 2.12.15, temurin@17) + - status-success=Build and Test (ubuntu-latest, 2.13.7, temurin@8) + - status-success=Build and Test (ubuntu-latest, 2.13.7, temurin@17) + - status-success=Build and Test (ubuntu-latest, 3.1.0, temurin@8) + - status-success=Build and Test (ubuntu-latest, 3.1.0, temurin@17) actions: merge: method: squash