Skip to content

Commit

Permalink
Merge pull request #144 from JWardee/v2.0.0
Browse files Browse the repository at this point in the history
v2.0.0
  • Loading branch information
JWardee authored Jun 12, 2022
2 parents 37c57c2 + 3153264 commit dbb2114
Show file tree
Hide file tree
Showing 31 changed files with 2,507 additions and 1,310 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
matrix:
operating-system: [ubuntu-latest]
php-versions: ['7.3', '7.2', '7.0', '5.6']
php-versions: ['7.3', '7.2']
name: PHP ${{ matrix.php-versions }} Test on ${{ matrix.operating-system }}
steps:
- name: Checkout
Expand All @@ -43,5 +43,5 @@ jobs:
- name: Install WP Tests
run: bash testing/bin/install-wp-tests.sh wordpress_test username password 127.0.0.1 latest true

- name: phpunit tests
- name: Run PHPUnit tests
run: ./vendor/bin/phpunit
2 changes: 1 addition & 1 deletion WpMailCatcher.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
Domain Path: /languages
Description: Logging your mail will stop you from ever losing your emails again! This fast, lightweight plugin (under 140kb in size!) is also useful for debugging or backing up your messages.
Author: James Ward
Version: 1.5.4
Version: 2.0.0
Author URI: https://jamesward.io
Donate link: https://paypal.me/jamesmward
*/
Expand Down
Loading

0 comments on commit dbb2114

Please sign in to comment.