Skip to content

Commit

Permalink
Run tests against Windows on GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
stronk7 committed May 17, 2024
1 parent 7ecbcb3 commit 4d10687
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 124 deletions.
124 changes: 0 additions & 124 deletions .github/workflows/push.yml

This file was deleted.

8 changes: 8 additions & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,20 @@
name: Windows Testing

on:
push:
branches-ignore:
- master
- main
- MOODLE_[0-9]+_STABLE
tags-ignore:
- v[0-9]+.[0-9]+.[0-9]+*
workflow_dispatch:
inputs:
phpunit_extra_options:
description: Additional options to apply to PHPUnit
required: false
default: ''

env:
php: 8.2

Expand Down

0 comments on commit 4d10687

Please sign in to comment.