Skip to content

Commit 0f38554

Browse files
committed
Update GitHub Actions for Laravel 11
1 parent 66cd077 commit 0f38554

File tree

1 file changed

+14
-6
lines changed

1 file changed

+14
-6
lines changed

.github/workflows/tests.yml

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
name: tests
22

33
on:
4-
push:
5-
pull_request:
4+
push: null
5+
pull_request: null
66
schedule:
7-
- cron: '0 0 * * *'
7+
- cron: 0 0 * * *
88

99
jobs:
1010
tests:
11-
1211
runs-on: ubuntu-latest
12+
1313
strategy:
1414
fail-fast: true
1515
matrix:
16-
php: [7.3, 7.4, 8.0, 8.1]
17-
laravel: [6.0, 7.0, 8.0, 9.0, 10.0]
16+
php: [7.3, 7.4, 8.0, 8.1, '8.2']
17+
laravel: [6.0, 7.0, 8.0, 9.0, 10.0, '11.0']
1818
exclude:
1919
- php: 7.3
2020
laravel: 10.0
@@ -26,6 +26,14 @@ jobs:
2626
laravel: 9
2727
- php: 7.4
2828
laravel: 9
29+
- laravel: '11.0'
30+
php: 7.3
31+
- laravel: '11.0'
32+
php: 7.4
33+
- laravel: '11.0'
34+
php: 8.0
35+
- laravel: '11.0'
36+
php: 8.1
2937

3038
name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }}
3139

0 commit comments

Comments
 (0)