Skip to content

Commit

Permalink
Merge pull request #34 from bobbrodie/1.1.x
Browse files Browse the repository at this point in the history
SP-804 Use PHPUnit 9.6.16 for v1.1.x
  • Loading branch information
bobbrodie committed Feb 6, 2024
2 parents 2c9dc57 + 51cd6b1 commit 61cc4a5
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Test

on:
push:
branches-ignore:
- 'master'
on: [push, pull_request]

jobs:
phpunit:
Expand All @@ -24,6 +21,7 @@ jobs:
configuration: phpunit.xml
php_version: ${{ matrix.php-version }}
php_extensions: bcmath gmp xdebug
version: 9.6.16
phpcs:
runs-on: ubuntu-latest

Expand Down

0 comments on commit 61cc4a5

Please sign in to comment.