Skip to content

Commit f450720

Browse files
committed
CI: Adjust test runners and target branch
This branch requires ST4080+
1 parent b5ddc45 commit f450720

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.github/workflows/ci-syntax-tests.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: CI Syntax Tests
33
on:
44
push:
55
branches:
6-
- 'st4152'
6+
- 'master'
77
tags-ignore:
88
- '**'
99
paths:
@@ -29,10 +29,12 @@ jobs:
2929
strategy:
3030
matrix:
3131
include:
32-
- build: 4152
33-
default_packages: v4152
34-
- build: 4169
35-
default_packages: v4169
32+
- build: 4180
33+
default_packages: v4180
34+
- build: 4192
35+
default_packages: v4192
36+
- build: latest
37+
default_packages: master
3638
steps:
3739
- name: Checkout Default Packages
3840
uses: actions/checkout@v4

0 commit comments

Comments
 (0)