Skip to content

Commit

Permalink
chore: update test matrix and bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
SteelWagstaff committed Feb 19, 2024
1 parent dcb8e3d commit 581d241
Show file tree
Hide file tree
Showing 4 changed files with 170 additions and 194 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ jobs:
matrix:
php: [8.1, 8.2]
os: [ubuntu-20.04]
wordpress: [6.4.2, latest]
wordpress: [6.4.3, latest]
include:
- experimental: true
- experimental: false
php: 8.1
wordpress: 6.4.2
wordpress: 6.4.3

name: Tests - PHP ${{ matrix.php }} - WP ${{ matrix.wordpress }}

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

**Contributors:** arzola, fdalcin \
**Tags:** pressbooks, plugin \
**Requires at least:** 6.4.2 \
**Tested up to:** 6.4.2 \
**Requires at least:** 6.4.3 \
**Tested up to:** 6.4.3 \
**Stable tag:** 0.1.0 \
**License:** GPLv3 or later \
**License URI:** https://www.gnu.org/licenses/gpl-3.0.html
Expand Down Expand Up @@ -57,4 +57,4 @@ Models are located in the `src/Models` directory.

### 0.1.0
* See: https://github.com/pressbooks/pressbooks-multi-institution/releases/tag/0.1.0
* Full release history available at: https://github.com/pressbooks/pressbooks-multi-institution/releases
* Full release history available at: https://github.com/pressbooks/pressbooks-multi-institution/releases
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
},
"require-dev": {
"laravel/pint": "^1.10.6",
"yoast/phpunit-polyfills": "^1.0.5",
"yoast/phpunit-polyfills": "^1.1",
"pressbooks/pressbooks": "dev-dev"
},
"scripts": {
Expand Down
Loading

0 comments on commit 581d241

Please sign in to comment.