Update .gitea/workflows/matrix.yml
Build Workflow / Deploy (push) Has been cancelled
Build Workflow / Build (push) Has been cancelled
Test Gitea Actions support Matrix? / build (12, ubuntu-latest) (push) Failing after 34s
Test Gitea Actions support Matrix? / build (14, ubuntu-latest) (push) Successful in 43s
Test Gitea Actions support Matrix? / build (16, ubuntu-latest) (push) Successful in 35s
Test Gitea Actions support Matrix? / build (18, ubuntu-latest) (push) Successful in 44s

This commit is contained in:
2023-07-17 00:06:01 +02:00
parent b345fe6be0
commit 2a44ed7c57
+1
View File
@@ -7,6 +7,7 @@ jobs:
matrix: matrix:
# This will let the build run with all combinations of the following variables # This will let the build run with all combinations of the following variables
# In this case there can be up to 6 builds (3 windows runner builds and 3 ubuntu runner builds) # In this case there can be up to 6 builds (3 windows runner builds and 3 ubuntu runner builds)
# Keys can be self defined (except: include & exclude)
node-version: [12, 14, 16] node-version: [12, 14, 16]
supported-os: [ubuntu-latest, windows-latest] supported-os: [ubuntu-latest, windows-latest]
# The following block will ad a 7th using node version 18 with ubuntu (which is not in the above matrix by default) # The following block will ad a 7th using node version 18 with ubuntu (which is not in the above matrix by default)