Skip to content

Commit a67676a

Browse files
committed
Test against PHP 8.5
1 parent 6a51dbe commit a67676a

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
strategy:
2626
fail-fast: false
2727
matrix:
28-
php: [ "8.4", "8.3", "8.2", "8.1" ]
28+
php: [ "8.5", "8.4", "8.3", "8.2", "8.1" ]
2929
packages:
3030
# All versions below only support PHP ^8.1 (Laravel requirement)
3131
- { laravel: ^10.0, testbench: ^8.0, phpunit: 9.6.* }
@@ -84,7 +84,7 @@ jobs:
8484
strategy:
8585
fail-fast: false
8686
matrix:
87-
php: [ "8.4", "8.3", "8.2", "8.1", "8.0", "7.4", "7.3", "7.2" ]
87+
php: [ "8.5", "8.4", "8.3", "8.2", "8.1", "8.0", "7.4", "7.3", "7.2" ]
8888
packages:
8989
# All versions below should be test on PHP ^7.1 (Sentry SDK requirement) and PHP < 8.0 (PHPUnit requirement)
9090
- { laravel: ^6.0, testbench: 4.7.*, phpunit: 8.4.* }
@@ -136,6 +136,13 @@ jobs:
136136
- php: "8.4"
137137
packages: { laravel: ^8.0, testbench: ^6.0, phpunit: 9.3.* }
138138

139+
- php: "8.5"
140+
packages: { laravel: ^6.0, testbench: 4.7.*, phpunit: 8.4.* }
141+
- php: "8.5"
142+
packages: { laravel: ^7.0, testbench: 5.1.*, phpunit: 8.4.* }
143+
- php: "8.5"
144+
packages: { laravel: ^8.0, testbench: ^6.0, phpunit: 9.3.* }
145+
139146
name: phpunit (PHP:${{ matrix.php }}, Laravel:${{ matrix.packages.laravel }})
140147

141148
steps:

0 commit comments

Comments
 (0)