Skip to content

Commit 61cc4a5

Browse files
authored
Merge pull request #34 from bobbrodie/1.1.x
SP-804 Use PHPUnit 9.6.16 for v1.1.x
2 parents 2c9dc57 + 51cd6b1 commit 61cc4a5

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
name: Test
22

3-
on:
4-
push:
5-
branches-ignore:
6-
- 'master'
3+
on: [push, pull_request]
74

85
jobs:
96
phpunit:
@@ -24,6 +21,7 @@ jobs:
2421
configuration: phpunit.xml
2522
php_version: ${{ matrix.php-version }}
2623
php_extensions: bcmath gmp xdebug
24+
version: 9.6.16
2725
phpcs:
2826
runs-on: ubuntu-latest
2927

0 commit comments

Comments
 (0)