@@ -1067,6 +1067,10 @@ jobs:
1067
1067
' react-send-to-sentry' ,
1068
1068
' node-express-send-to-sentry' ,
1069
1069
' debug-id-sourcemaps' ,
1070
+ ' nextjs-app-dir' ,
1071
+ ' nextjs-13' ,
1072
+ ' nextjs-14' ,
1073
+ ' nextjs-15' ,
1070
1074
]
1071
1075
build-command :
1072
1076
- false
@@ -1081,6 +1085,30 @@ jobs:
1081
1085
- test-application : ' create-remix-app-legacy'
1082
1086
assert-command : ' test:assert-sourcemaps'
1083
1087
label : ' create-remix-app-legacy (sourcemaps)'
1088
+ - test-application : ' nextjs-app-dir'
1089
+ build-command : ' test:build-canary'
1090
+ label : ' nextjs-app-dir (canary)'
1091
+ - test-application : ' nextjs-app-dir'
1092
+ build-command : ' test:build-latest'
1093
+ label : ' nextjs-app-dir (latest)'
1094
+ - test-application : ' nextjs-13'
1095
+ build-command : ' test:build-canary'
1096
+ label : ' nextjs-13 (canary)'
1097
+ - test-application : ' nextjs-13'
1098
+ build-command : ' test:build-latest'
1099
+ label : ' nextjs-13 (latest)'
1100
+ - test-application : ' nextjs-14'
1101
+ build-command : ' test:build-canary'
1102
+ label : ' nextjs-14 (canary)'
1103
+ - test-application : ' nextjs-14'
1104
+ build-command : ' test:build-latest'
1105
+ label : ' nextjs-14 (latest)'
1106
+ - test-application : ' nextjs-15'
1107
+ build-command : ' test:build-canary'
1108
+ label : ' nextjs-15 (canary)'
1109
+ - test-application : ' nextjs-15'
1110
+ build-command : ' test:build-latest'
1111
+ label : ' nextjs-15 (latest)'
1084
1112
1085
1113
steps :
1086
1114
- name : Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
0 commit comments