Skip to content

Commit

Permalink
Run unit tests in 8.0, 8.1 and 8.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
emilyatmobtown committed Nov 29, 2023
1 parent ceb7839 commit 6c56a46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
unit-tests:
strategy:
matrix:
php: [8.0]
php: [8.0, 8.1, 8.2]
wordpress: ["latest"]
multisite: [true, false]
uses: alleyinteractive/.github/.github/workflows/php-tests.yml@main
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
}
],
"require": {
"php": "^8.0 || ^8.1 || ^8.2"
"php": "^8.0"
},
"require-dev": {
"alleyinteractive/alley-coding-standards": "^1.0 || ^2.0",
Expand Down

0 comments on commit 6c56a46

Please sign in to comment.