Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rennokki authored Mar 13, 2024
1 parent 67e4af3 commit 4d86335
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ name: CI
on:
push:
branches:
- *
- "*"
tags:
- *
- "*"
pull_request:
branches:
- *
- "*"

jobs:
build:
Expand All @@ -22,19 +22,19 @@ jobs:
fail-fast: false
matrix:
php: ['8.1', '8.2']
kubernetes: [1.24.12, 1.25.8, 1.26.3]
kubernetes: ['1.24.12', '1.25.8', '1.26.3']
laravel: ['9.*', '10.*', '11.*']
prefer: [prefer-lowest, prefer-stable]
include:
- laravel: 9.*
testbench: 7.*
- laravel: 10.*
testbench: 8.*
- laravel: 11.*
testbench: 9.*
- laravel: "9.*"
testbench: "7.*"
- laravel: "10.*"
testbench: "8.*"
- laravel: "11.*"
testbench: "9.*"
exclude:
- laravel: 11.*
php: '8.1'
- laravel: "11.*"
php: "8.1"

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

Expand Down

0 comments on commit 4d86335

Please sign in to comment.