File tree 1 file changed +8
-2
lines changed
1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -12,19 +12,23 @@ jobs:
12
12
const dependents = [
13
13
['ai', '2024/x'],
14
14
['ai', '2024/fall'],
15
- ['ap', '2022'],
15
+ ['ai', '2025/spring'],
16
+ ['ap', '2024'],
16
17
['beyond', '2019/x'],
17
18
['business', '2017/x'],
18
19
['business', '2024/fall'],
20
+ ['business', '2025/spring'],
19
21
['cs50.tf', 'main'],
20
22
['cybersecurity', '2023/x'],
21
23
['cybersecurity', '2024/fall'],
24
+ ['cybersecurity', '2025/spring'],
22
25
['games', '2018/x'],
23
26
['games', '2024/fall'],
24
27
['harvard', '2024/x'],
25
28
['harvard', '2024/fall'],
26
- ['harvard', '2024/fall '],
29
+ ['harvard', '2025/spring '],
27
30
['hbap.io', 'main'],
31
+ ['hls', '2025/winter'],
28
32
['law', '2019/x'],
29
33
['mobile', '2018/x'],
30
34
['python', '2022/x'],
33
37
['scratch', '2024/x'],
34
38
['sql', '2024/x'],
35
39
['sql', '2024/fall'],
40
+ ['sql', '2025/spring'],
36
41
['technology', '2017/x'],
37
42
['web', '2020/x'],
38
43
['web', '2024/fall'],
44
+ ['web', '2025/spring'],
39
45
['yale', '2024/fall']
40
46
];
41
47
for (let dependent of dependents) {
You can’t perform that action at this time.
0 commit comments