From 1050cc4e47e4adc41b8ef1e282f91d6ec830b967 Mon Sep 17 00:00:00 2001 From: "Alinson S. Xavier" Date: Mon, 26 Apr 2021 21:23:31 -0500 Subject: [PATCH] GitHub Actions: Enable APIs 23 to 28 --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9f4196e0c..4e54ec960 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -34,9 +34,9 @@ jobs: strategy: matrix: api: [ - # 23, # Failing tests - # 24, # Failing tests - # 25, # Failing tests + 23, + 24, + 25, 26, 27, 28,