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.
2 parents c650a31 + 5206ac3 commit e0ab347Copy full SHA for e0ab347
.github/workflows/ci.yml
@@ -14,15 +14,12 @@ jobs:
14
15
strategy:
16
matrix:
17
- php: ['8.0', '8.1', '8.2']
18
- laravel: ['9', '10', '11']
+ php: ['8.2', '8.3', '8.4']
+ laravel: ['10', '11']
19
exclude:
20
- - php: '8.0'
+ - php: '8.4'
21
laravel: '10'
22
- - laravel: '11'
23
- php: '8.0'
24
25
- php: '8.1'
+
26
27
steps:
28
- uses: actions/checkout@v3
.github/workflows/static-analysis.yml
@@ -12,9 +12,9 @@ jobs:
12
13
php-version:
- - "8.0"
- - "8.1"
- "8.2"
+ - "8.3"
+ - "8.4"
- name: "Checkout code"
0 commit comments