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 3e2670d commit 9451757Copy full SHA for 9451757
1 file changed
.github/workflows/sca.yml
@@ -12,9 +12,19 @@ jobs:
12
runs-on: ubuntu-latest
13
strategy:
14
matrix:
15
- php: ['8.1', '8.2']
16
- laravel: ['9.*', '10.*']
17
- stability: [prefer-lowest, prefer-stable]
+ include:
+ - php: '8.1'
+ laravel: '9.*'
18
+ stability: prefer-lowest
19
+ - php: '8.2'
20
21
+ stability: prefer-stable
22
23
+ laravel: '10.*'
24
25
26
27
28
29
steps:
30
- name: Checkout code
0 commit comments