Skip to content

Commit e4fc67b

Browse files
committed
Rebase and update matrix
1 parent 0756288 commit e4fc67b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test-native-gradle-plugin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ jobs:
165165
run: ./gradlew :native-gradle-plugin:configCacheFunctionalTest -DgradleVersion=${{ matrix.gradle-config-cache-version }} --tests ${{ matrix.test }}
166166
- name: "📜 Upload functional tests results"
167167
if: always()
168-
uses: actions/upload-artifact@v2
168+
uses: actions/upload-artifact@v3
169169
with:
170170
name: functional-tests-results-${{ matrix.gradle-config-cache-version }}
171171
path: native-gradle-plugin/build/reports/tests/functionalTest/

build-logic/common-plugins/src/main/groovy/org.graalvm.build.github-actions-helper.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import groovy.json.JsonOutput
22

33
def matrixDefault = [
44
"java-version": [ "17" ],
5-
"os": [ "ubuntu-20.04" ]
5+
"os": [ "ubuntu-20.04", "windows-latest" ]
66
]
77

88
// # Following versions are disabled temporarily in order to speed up PR testing "7.3.3", "7.2", "7.1", "6.8.3",

0 commit comments

Comments
 (0)