Skip to content

Commit

Permalink
Require PHP 8 and bump dependencies (#1132)
Browse files Browse the repository at this point in the history
  • Loading branch information
SteelWagstaff authored Nov 17, 2022
1 parent e875aea commit 8a0071e
Show file tree
Hide file tree
Showing 6 changed files with 100 additions and 466 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/standards-and-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,14 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [ 7.4, 8.0 ]
php: [ 8.0, 8.1 ]
os: [ ubuntu-20.04 ]
wordpress: [ 6.0.3, latest ]
experimental: [ false ]
wordpress: [ 6.1.1, latest ]
include:
- php: 8.1
os: ubuntu-20.04
wordpress: latest
experimental: true
- experimental: true
- experimental: false
php: 8.0
wordpress: 6.1.1

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

Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ This theme is named after Canadian media theorist Marshall McLuhan, who coined t

## Requirements

* PHP >= 7.4
* WordPress >= 6.0.2
* Pressbooks >= 6.1.0
* PHP >= 8.0
* WordPress >= 6.1.1
* Pressbooks >= 6.4.0

## Installation

Expand All @@ -40,7 +40,7 @@ Then, from the GitHub Updater interface, navigate to the "Install Theme" tab. En

## Changelog

### 2.24.0
### 2.25.0

* See: https://github.com/pressbooks/pressbooks-book/releases/tag/2.24.0
* See: https://github.com/pressbooks/pressbooks-book/releases/tag/2.25.0
* Full release history available at: https://github.com/pressbooks/pressbooks-book/releases
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}
},
"require": {
"php": "^7.4|8.0.*",
"php": "^8.0",
"composer/installers": "^2",
"pressbooks/mix": "^2.1",
"phpcompatibility/php-compatibility": "^9.3"
Expand Down
Loading

0 comments on commit 8a0071e

Please sign in to comment.