File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -178,7 +178,7 @@ call-tests:
178178` ` ` yaml
179179call-tests:
180180 name: Extension tests
181- uses: phpbb-extensions/test-framework/.github/workflows/tests.yml@3.3.x
181+ uses: phpbb-extensions/test-framework/.github/workflows/tests.yml@master
182182 with:
183183 EXTNAME: acme/demo
184184 RUN_PGSQL_JOBS: 0
@@ -190,7 +190,7 @@ call-tests:
190190` ` ` yaml
191191call-tests:
192192 name: Extension tests
193- uses: phpbb-extensions/test-framework/.github/workflows/tests.yml@3.3.x
193+ uses: phpbb-extensions/test-framework/.github/workflows/tests.yml@master
194194 with:
195195 EXTNAME: acme/demo
196196 RUN_MYSQL_JOBS: 0
@@ -204,7 +204,7 @@ call-tests:
204204` ` ` yaml
205205call-tests:
206206 name: Extension tests
207- uses: phpbb-extensions/test-framework/.github/workflows/tests.yml@3.3.x
207+ uses: phpbb-extensions/test-framework/.github/workflows/tests.yml@master
208208 with:
209209 EXTNAME: acme/demo
210210 RUN_FUNCTIONAL_TESTS: 0
@@ -215,7 +215,7 @@ call-tests:
215215` ` ` yaml
216216call-tests:
217217 name: Extension tests
218- uses: phpbb-extensions/test-framework/.github/workflows/tests.yml@3.3.x
218+ uses: phpbb-extensions/test-framework/.github/workflows/tests.yml@master
219219 with:
220220 EXTNAME: acme/demo
221221 PRIMARY_PHP_VERSION: '8.0'
@@ -241,7 +241,7 @@ This test framework supports code coverage reporting through [Codecov.io](https:
241241` ` ` yaml
242242call-tests:
243243 name: Extension tests
244- uses: phpbb-extensions/test-framework/.github/workflows/tests.yml@3.3.x
244+ uses: phpbb-extensions/test-framework/.github/workflows/tests.yml@master
245245 with:
246246 EXTNAME: acme/demo
247247 CODECOV: 1
You can’t perform that action at this time.
0 commit comments