Skip to content

Commit fef089e

Browse files
erikn69freekmurze
authored andcommitted
Test PHP 8.5
1 parent 88e6324 commit fef089e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/run-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
os: [ubuntu-latest]
20-
php: [8.4, 8.3, 8.2]
20+
php: [8.5, 8.4, 8.3, 8.2]
2121
laravel: [12.*, 11.*, 10.*]
2222
stability: [prefer-lowest, prefer-stable]
2323
include:
@@ -26,7 +26,7 @@ jobs:
2626
- laravel: 11.*
2727
testbench: 9.*
2828
- laravel: 12.*
29-
testbench: 10.*
29+
testbench: ^10.6
3030

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

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"league/flysystem-aws-s3-v3": "^2.0|^3.0",
4343
"mockery/mockery": "^1.4",
4444
"orchestra/testbench": "^8.0|^9.0|^10.0",
45-
"pestphp/pest": "^1.20|^2.0|^3.0",
45+
"pestphp/pest": "^1.20|^2.0|^3.0|^4.0",
4646
"phpstan/extension-installer": "^1.1",
4747
"phpstan/phpstan-deprecation-rules": "^1.0",
4848
"phpstan/phpstan-phpunit": "^1.1",

0 commit comments

Comments
 (0)