Skip to content

Commit

Permalink
PHP 8.4 Support (#184)
Browse files Browse the repository at this point in the history
* wip

* We can do without this.

* Require Statamic 5.41

* wip
  • Loading branch information
duncanmcclean authored Nov 29, 2024
1 parent ee7934f commit 4ecf355
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
php: [8.1, 8.2, 8.3]
php: [8.1, 8.2, 8.3, 8.4]
laravel: [10.*, 11.*]
stability: [prefer-lowest, prefer-stable]
os: [ubuntu-latest]
Expand All @@ -28,6 +28,8 @@ jobs:
exclude:
- php: 8.1
laravel: 11.*
- php: 8.4
laravel: 10.*

name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}

Expand Down
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,11 @@
}
},
"require": {
"statamic/cms": "^5.0.0"
"statamic/cms": "^5.41"
},
"require-dev": {
"orchestra/testbench": "^8.0 || ^9.0"
"orchestra/testbench": "^8.28 || ^9.6.1",
"phpunit/phpunit": "^10.5.35"
},
"config": {
"allow-plugins": {
Expand Down

0 comments on commit 4ecf355

Please sign in to comment.