Skip to content

Commit e51b40a

Browse files
authored
Update ci.yml
1 parent f6a5dc2 commit e51b40a

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,28 +14,29 @@ jobs:
1414
build:
1515
if: "!contains(github.event.head_commit.message, 'skip ci')"
1616

17-
runs-on: ubuntu-18.04
17+
runs-on: ubuntu-latest
1818

1919
strategy:
20+
fail-fast: false
2021
matrix:
2122
php:
22-
- '7.4'
2323
- '8.0'
24+
- '8.1'
2425
node:
2526
- '12'
2627
- '14'
2728
- '16'
2829
laravel:
29-
- 7.*
3030
- 8.*
31+
- 9.*
3132
prefer:
3233
- 'prefer-lowest'
3334
- 'prefer-stable'
3435
include:
35-
- laravel: '7.*'
36-
testbench: '5.*'
3736
- laravel: '8.*'
3837
testbench: '6.*'
38+
- laravel: '9.*'
39+
testbench: '7.*'
3940

4041
name: PHP ${{ matrix.php }} - Node ${{ matrix.node }} - Laravel ${{ matrix.laravel }} --${{ matrix.prefer }}
4142

0 commit comments

Comments
 (0)