Skip to content

Commit

Permalink
[2.x] PHP 8.4 support (#90)
Browse files Browse the repository at this point in the history
* Add PHP 8.4 to matrix

* Only test php 8.4

* Allow pestphp 2

* Ignore php constraint

* Enable all workflows again

* Add PHP 8.4 to matrix again

* Debug Closures

* Update tests.yml

* Update tests.yml

* Revert PHP 8.4 specific change, will be fixed with PHP 8.4RC2

* Update .github/workflows/tests.yml

to trigger new build

* wip

* Bump PestPHP

* Fix tests with namespacing

* Revert "Fix tests with namespacing"

This reverts commit 528e422.

---------

Co-authored-by: Mior Muhammad Zaki <[email protected]>
  • Loading branch information
Jubeki and crynobone authored Nov 9, 2024
1 parent 38cb843 commit 2346473
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,16 @@ on:

jobs:
linux_tests:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04

strategy:
fail-fast: true
matrix:
php: [8.1, 8.2, 8.3]
laravel: [10, 11]
include:
- php: 8.4
laravel: 11
exclude:
- php: 8.1
laravel: 11
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"require-dev": {
"illuminate/support": "^10.0|^11.0",
"nesbot/carbon": "^2.67|^3.0",
"pestphp/pest": "^2.34.7",
"pestphp/pest": "^2.36",
"phpstan/phpstan": "^1.11.5",
"symfony/var-dumper": "^6.2.0|^7.0.0"
},
Expand Down

0 comments on commit 2346473

Please sign in to comment.