Skip to content

Commit

Permalink
Merge pull request #121 from pressbooks/php-81-support
Browse files Browse the repository at this point in the history
Require PHP 8 and bump dependencies
  • Loading branch information
SteelWagstaff authored Nov 17, 2022
2 parents a59daba + 981b472 commit 7a11455
Show file tree
Hide file tree
Showing 5 changed files with 400 additions and 388 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [7.4, 8.0, 8.1]
php: [8.0, 8.1]
os: [ubuntu-20.04]
wordpress: [6.0.3, latest]
wordpress: [6.1.1, latest]
include:
- experimental: true
- experimental: false
php: 8.0
wordpress: 6.0.3
wordpress: 6.1.1

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

Expand Down
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"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.10",
Expand Down
Loading

0 comments on commit 7a11455

Please sign in to comment.