Skip to content

Commit ce55a5b

Browse files
authored
Update test.yml
1 parent 0badc71 commit ce55a5b

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,14 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
laravel: [11, 12]
11+
laravel: [11, 12, 13]
1212
php: [8.3, 8.4, 8.5]
13+
exclude:
14+
- laravel: 13
15+
php: 8.2
1316

1417
steps:
15-
- uses: actions/checkout@v5
18+
- uses: actions/checkout@v6
1619

1720
- name: test against Laravel ${{ matrix.laravel }} on PHP ${{ matrix.php }}
1821
run: docker build . --build-arg PHP_VERSION=${{ matrix.php }} --build-arg LARAVEL=${{ matrix.laravel }}

0 commit comments

Comments
 (0)