Skip to content

Commit 4d86335

Browse files
authored
Update ci.yml
1 parent 67e4af3 commit 4d86335

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.github/workflows/ci.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ name: CI
33
on:
44
push:
55
branches:
6-
- *
6+
- "*"
77
tags:
8-
- *
8+
- "*"
99
pull_request:
1010
branches:
11-
- *
11+
- "*"
1212

1313
jobs:
1414
build:
@@ -22,19 +22,19 @@ jobs:
2222
fail-fast: false
2323
matrix:
2424
php: ['8.1', '8.2']
25-
kubernetes: [1.24.12, 1.25.8, 1.26.3]
25+
kubernetes: ['1.24.12', '1.25.8', '1.26.3']
2626
laravel: ['9.*', '10.*', '11.*']
2727
prefer: [prefer-lowest, prefer-stable]
2828
include:
29-
- laravel: 9.*
30-
testbench: 7.*
31-
- laravel: 10.*
32-
testbench: 8.*
33-
- laravel: 11.*
34-
testbench: 9.*
29+
- laravel: "9.*"
30+
testbench: "7.*"
31+
- laravel: "10.*"
32+
testbench: "8.*"
33+
- laravel: "11.*"
34+
testbench: "9.*"
3535
exclude:
36-
- laravel: 11.*
37-
php: '8.1'
36+
- laravel: "11.*"
37+
php: "8.1"
3838

3939
name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }} - K8s v${{ matrix.kubernetes }} --${{ matrix.prefer }}
4040

0 commit comments

Comments
 (0)