Skip to content

Commit

Permalink
Bump to PHP 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
cuppett committed Apr 11, 2024
1 parent 096256e commit edd53e0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,18 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ['8.1', '8.2']
php: ['8.2', '8.3']
kubernetes: ['1.27.11', '1.28.7', '1.29.2']
laravel: ['9.*', '10.*', '11.*']
laravel: ['10.*', '11.*']
prefer: [prefer-lowest, prefer-stable]
include:
- laravel: "10.*"
testbench: "8.*"
- laravel: "11.*"
testbench: "9.*"
exclude:
- laravel: "11.*"
php: "8.1"
- laravel: "10.*"
php: "8.3"

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

Expand Down

0 comments on commit edd53e0

Please sign in to comment.