Skip to content

Commit

Permalink
chore: require php 8.1, update dependencies, and bump version (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
SteelWagstaff committed Mar 2, 2023
1 parent 2c9b7ab commit 1794523
Show file tree
Hide file tree
Showing 6 changed files with 75 additions and 71 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/standards-and-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [ 8.0, 8.1 ]
php: [ 8.1, 8.2 ]
os: [ ubuntu-20.04 ]
wordpress: [ 6.1.1, latest ]
include:
- experimental: true
- experimental: false
php: 8.0
php: 8.1
wordpress: 6.1.1

name: Test - PHP ${{ matrix.php }} - WP ${{ matrix.wordpress }}
Expand Down
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,18 @@ To cache stats for a network, run (with [wp-cli](https://wp-cli.org)): `wp eval-

## Changelog

### 1.8.0

* See: https://github.com/pressbooks/pressbooks-stats/releases/tag/1.8.0
### 1.9.0
* See: https://github.com/pressbooks/pressbooks-stats/releases/tag/1.9.0
* Full release history available at: https://github.com/pressbooks/pressbooks-stats/releases

## Upgrade Notices
### 1.9.0
* Pressbooks Stats requires PHP >= 8.1
* Pressbooks Stats requires Pressbooks >= 6.9.0

### 1.8.0
* Pressbooks Stats requires PHP >= 8.0
* Pressbooks Stats requires WordPress >= 6.1.1.
* Pressbooks Stats requires WordPress >= 6.1.1
* Pressbooks Stats requires Pressbooks >= 6.4.0

### 1.6.5
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
}
},
"require": {
"php": "^8.0",
"php": "^8.1",
"composer/installers": "^2",
"phpcompatibility/php-compatibility": "^9.3"
},
Expand Down
Loading

0 comments on commit 1794523

Please sign in to comment.