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 3ac5725 commit 5187ff6Copy full SHA for 5187ff6
.github/workflows/tests.yml
@@ -12,6 +12,8 @@ jobs:
12
php: [ "8.1", "8.2", "8.3", "8.4" ]
13
laravel: [ "10.0", "11.0", "12.0" ]
14
exclude:
15
+ - laravel: "10.0"
16
+ php: "8.4"
17
- laravel: "11.0"
18
php: "8.1"
19
- laravel: "12.0"
0 commit comments