We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b08eeb3 commit c279581Copy full SHA for c279581
1 file changed
.github/workflows/php-test.yaml
@@ -10,6 +10,9 @@ jobs:
10
matrix:
11
laravel: [11, 12, 13]
12
php: [8.2, 8.3, 8.4]
13
+ exclude:
14
+ - laravel: 13
15
+ php: 8.2
16
17
steps:
18
- uses: actions/checkout@v4
0 commit comments