Skip to content

Commit 3fc0ded

Browse files
authored
Merge pull request #1020 from sergiy-petrov/php-8.5
Test against php 8.5
2 parents e6498ae + 9bc9db4 commit 3fc0ded

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.github/workflows/run-tests.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
fail-fast: true
1414
matrix:
1515
os: [ubuntu-latest]
16-
php: [8.4, 8.3, 8.2]
16+
php: [8.5, 8.4, 8.3, 8.2]
1717
laravel: ['10.*', '11.*', '12.*']
1818
stability: [prefer-stable]
1919
include:
@@ -23,6 +23,9 @@ jobs:
2323
testbench: 8.*
2424
- laravel: 12.*
2525
testbench: 10.*
26+
exclude:
27+
- laravel: 10.*
28+
php: 8.5
2629

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

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
"larastan/larastan": "^2.7 || ^3.3",
3232
"mockery/mockery": "^1.4",
3333
"orchestra/testbench": "^7.0|^8.0|^10.0",
34-
"pestphp/pest": "^2.0|^3.7",
35-
"phpunit/phpunit": "^10.0|^11.5.3",
34+
"pestphp/pest": "^2.0|^3.7|^4.0",
35+
"phpunit/phpunit": "^10.0|^11.5.3|^12.0",
3636
"spatie/invade": "^2.0"
3737
},
3838
"autoload": {

0 commit comments

Comments
 (0)