Skip to content

1.2.0

1.2.0 #15

Workflow file for this run

name: Tests
on:
push:
branches: # Run tests when commits are pushed to these branches in your repo
- main
- master
- develop
- dev/*
pull_request: # Run tests when pull requests are made on these branches in your repo
branches:
- main
- master
- develop
- dev/*
jobs:
call-tests:
name: Extension tests
uses: phpbb-extensions/test-framework/.github/workflows/[email protected]
with:
EXTNAME: lukewcs/togglectrl # Your extension vendor/package name
RUN_MYSQL_JOBS: 0
RUN_PGSQL_JOBS: 0
RUN_MSSQL_JOBS: 0
RUN_WINDOWS_JOBS: 0
PRIMARY_PHP_VERSION: '8.4'