Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.

Commit

Permalink
add PHP 8.3 to tests matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
Propaganistas authored Dec 18, 2023
1 parent 7987f3b commit 3436cd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [ 8.0, 8.1, 8.2 ]
php: [ 8.0, 8.1, 8.2, 8.3 ]
laravel: [ 9, 10 ]
stability: [ prefer-lowest, prefer-stable ]
exclude:
Expand All @@ -36,7 +36,7 @@ jobs:

# https://github.com/briannesbitt/Carbon/releases/tag/2.62.1
- name: Patch Carbon version
if: matrix.php == 8.2
if: matrix.php == 8.2 || matrix.php == 8.3
run: |
composer require "nesbot/carbon=^2.63" --dev --no-interaction --no-update
Expand Down

0 comments on commit 3436cd1

Please sign in to comment.