There was an error while loading. Please reload this page.
1 parent 0badc71 commit ce55a5bCopy full SHA for ce55a5b
1 file changed
.github/workflows/test.yml
@@ -8,11 +8,14 @@ jobs:
8
strategy:
9
fail-fast: false
10
matrix:
11
- laravel: [11, 12]
+ laravel: [11, 12, 13]
12
php: [8.3, 8.4, 8.5]
13
+ exclude:
14
+ - laravel: 13
15
+ php: 8.2
16
17
steps:
- - uses: actions/checkout@v5
18
+ - uses: actions/checkout@v6
19
20
- name: test against Laravel ${{ matrix.laravel }} on PHP ${{ matrix.php }}
21
run: docker build . --build-arg PHP_VERSION=${{ matrix.php }} --build-arg LARAVEL=${{ matrix.laravel }}
0 commit comments