Skip to content

Commit

Permalink
chore: require PHP8.1 and update dependencies (#399)
Browse files Browse the repository at this point in the history
  • Loading branch information
SteelWagstaff authored Mar 1, 2023
1 parent 21fc8c4 commit b172163
Show file tree
Hide file tree
Showing 6 changed files with 76 additions and 72 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
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ Contributors: conner_bw, greatislander, steelwagstaff
Tags: publishing, catalog, pressbooks, default-theme
Requires at least: 6.1.1
Tested up to: 6.1.1
Stable tag: 1.18.1
Requires PHP: 8.0
Stable tag: 1.19.0
Requires PHP: 8.1
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html

Expand All @@ -31,12 +31,15 @@ Aldine is the default theme for the home page of [Pressbooks](https://pressbooks

## Changelog

### 1.18.1

* See: https://github.com/pressbooks/pressbooks-aldine/releases/tag/1.18.1
### 1.19.0
* See: https://github.com/pressbooks/pressbooks-aldine/releases/tag/1.19.0
* Full release history available at: https://github.com/pressbooks/pressbooks-aldine/releases

## Upgrade Notices
### Aldine 1.19.0
* Aldine requires PHP >= 8.1
* Aldine requires Pressbooks >= 6.9.0

### Aldine 1.18.0
* Aldine requires PHP >= 8.0
* Aldine requires WordPress >= 6.1.1
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
}
},
"require": {
"php": "^8.0",
"php": "^8.1",
"composer/installers": "^2",
"phpcompatibility/php-compatibility": "^9.3",
"pressbooks/mix": "^2.1",
Expand Down
Loading

0 comments on commit b172163

Please sign in to comment.