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 11bf248 commit e4f42baCopy full SHA for e4f42ba
.github/workflows/integration_tests.yml
@@ -42,6 +42,8 @@ jobs:
42
laravel: ^6.0
43
- php: 8.1
44
45
+ - php: 8.2
46
+ laravel: ^6.0
47
name: P=${{ matrix.php }} L=${{ matrix.laravel }}
48
runs-on: ubuntu-latest
49
env:
.github/workflows/tests.yml
@@ -43,6 +43,8 @@ jobs:
name: P=${{ matrix.php }} L=${{ matrix.laravel }} Lazy types=${{ matrix.lazy_types }}
50
0 commit comments