We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf43bda commit efaae16Copy full SHA for efaae16
.github/workflows/tests.yml
@@ -649,7 +649,7 @@ jobs:
649
annotate_only: true
650
651
test_linux_x86_64:
652
- timeout-minutes: 30
+ timeout-minutes: 60
653
needs:
654
- source
655
- repackage_linux_x86_64
@@ -658,10 +658,9 @@ jobs:
658
fail-fast: false
659
matrix:
660
server:
661
- - 7.6.1
662
- - 7.2.5
663
- - 7.1.6
664
- - 7.0.5
+ - 8.0.0
+ - 7.6.8
+ - 7.2.9
665
steps:
666
- name: Install cbdinocluster
667
run: |
0 commit comments