Skip to content

Commit

Permalink
Added PHP 8.3 to the CI matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
fulopattila122 committed Nov 17, 2023
1 parent 75395e0 commit 56f8471
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ jobs:
timeout-minutes: 10
strategy:
matrix:
php: ['8.0', '8.1', '8.2']
laravel: ['9.2', '9.52', '10.0', '10.7']
php: ['8.0', '8.1', '8.2', '8.3']
laravel: ['9.2', '9.52', '10.0', '10.32']
enum: ['3', '4']
doctrine: ['2', '3']
exclude:
Expand All @@ -18,9 +18,9 @@ jobs:
- doctrine: '2'
laravel: '10.0'
- php: '8.0'
laravel: '10.7'
laravel: '10.32'
- doctrine: '2'
laravel: '10.7'
laravel: '10.32'
name: PHP ${{ matrix.php }} Laravel ${{ matrix.laravel }} Enum ${{ matrix.enum }} DBAL ${{ matrix.doctrine }}
steps:
- name: Checkout
Expand Down

0 comments on commit 56f8471

Please sign in to comment.