Skip to content

Commit

Permalink
Rename unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dshanske committed Dec 27, 2024
1 parent 44126b7 commit ddd8a16
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/cp-phpunit.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Unit Testing
name: ClassicPress Unit Testing
on:
push:
pull_request:
Expand All @@ -17,6 +17,8 @@ jobs:
fail-fast: false
matrix:
php-versions: ['7.4', '8.0' ]
include:
- cp-version: latest
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wp-phpunit.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Unit Testing
name: WordPress Unit Testing
on:
push:
pull_request:
Expand Down

0 comments on commit ddd8a16

Please sign in to comment.