Skip to content

Commit

Permalink
remove node 19 (not available yet on GH actions)
Browse files Browse the repository at this point in the history
  • Loading branch information
RomainMuller committed May 17, 2022
1 parent f2114ca commit 6b8e7ca
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,6 @@ jobs:
- '16' # EOL 2024-04-30
- '17' # EOL 2022-06-01
- '18' # EOL 2025-04-30
- '19' # EOL 2023-06-01
os: [ubuntu-latest]
python: ['3.7']
# Add specific combinations to be tested against "node 14" (to restrict cardinality)
Expand Down
4 changes: 0 additions & 4 deletions .mergify/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ queue_rules:
- status-success~=^Test \(.* node 16 .*$
- status-success~=^Test \(.* node 17 .*$
- status-success~=^Test \(.* node 18 .*$
- status-success~=^Test \(.* node 19 .*$
# One test for each supported dotnet version
- status-success~=^Test \(.* dotnet 3\.1\.x .*$
- status-success~=^Test \(.* dotnet 5\.0\.x .*$
Expand Down Expand Up @@ -63,7 +62,6 @@ pull_request_rules:
- status-success~=^Test \(.* node 16 .*$
- status-success~=^Test \(.* node 17 .*$
- status-success~=^Test \(.* node 18 .*$
- status-success~=^Test \(.* node 19 .*$
# One test for each supported dotnet version
- status-success~=^Test \(.* dotnet 3\.1\.x .*$
- status-success~=^Test \(.* dotnet 5\.0\.x .*$
Expand Down Expand Up @@ -114,7 +112,6 @@ pull_request_rules:
- status-success~=^Test \(.* node 16 .*$
- status-success~=^Test \(.* node 17 .*$
- status-success~=^Test \(.* node 18 .*$
- status-success~=^Test \(.* node 19 .*$
# One test for each supported dotnet version
- status-success~=^Test \(.* dotnet 3\.1\.x .*$
- status-success~=^Test \(.* dotnet 5\.0\.x .*$
Expand Down Expand Up @@ -165,7 +162,6 @@ pull_request_rules:
- status-success~=^Test \(.* node 16 .*$
- status-success~=^Test \(.* node 17 .*$
- status-success~=^Test \(.* node 18 .*$
- status-success~=^Test \(.* node 19 .*$
# One test for each supported dotnet version
- status-success~=^Test \(.* dotnet 3\.1\.x .*$
- status-success~=^Test \(.* dotnet 5\.0\.x .*$
Expand Down

0 comments on commit 6b8e7ca

Please sign in to comment.