Skip to content

Commit 5c7c8cf

Browse files
authored
Merge pull request #179 from rollbar/added/php-8.5-to-ci-tests
Added PHP 8.5 to CI tests
2 parents d622878 + d757af5 commit 5c7c8cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
strategy:
3232
matrix:
3333
os: [ubuntu]
34-
php: [8.4, 8.3, 8.2, 8.1]
34+
php: [8.5 8.4, 8.3, 8.2, 8.1]
3535
laravel: [dev-master, 11.x, 10.x]
3636

3737
exclude:

0 commit comments

Comments
 (0)