Skip to content

Commit e4f42ba

Browse files
committed
gha: ignore L6 on PHP 8.2 as well
1 parent 11bf248 commit e4f42ba

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/integration_tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ jobs:
4242
laravel: ^6.0
4343
- php: 8.1
4444
laravel: ^6.0
45+
- php: 8.2
46+
laravel: ^6.0
4547
name: P=${{ matrix.php }} L=${{ matrix.laravel }}
4648
runs-on: ubuntu-latest
4749
env:

.github/workflows/tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ jobs:
4343
laravel: ^6.0
4444
- php: 8.1
4545
laravel: ^6.0
46+
- php: 8.2
47+
laravel: ^6.0
4648
name: P=${{ matrix.php }} L=${{ matrix.laravel }} Lazy types=${{ matrix.lazy_types }}
4749
runs-on: ubuntu-latest
4850
env:

0 commit comments

Comments
 (0)