Skip to content

Commit b8ca9b6

Browse files
committed
[Build] Update automated tests to skip Laravel 8.76 on PHP 8.2
There is a bug in Laravel's Timebox class that prevents these tests from passing.
1 parent 948454b commit b8ca9b6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
exclude:
2020
- php: 7.4
2121
laravel: 9
22+
- php: 8.2
23+
laravel: 8.76
2224

2325
steps:
2426
- name: Checkout Code

0 commit comments

Comments
 (0)