Skip to content

Commit

Permalink
Added PHP 8.3 to the CI in branch 3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
fulopattila122 committed Dec 17, 2023
1 parent d5f9a81 commit 216b836
Show file tree
Hide file tree
Showing 16 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ jobs:
timeout-minutes: 25
strategy:
matrix:
php: ['8.0', '8.1', '8.2']
laravel: ['9.2', '9.52', '10.0', '10.32']
php: ['8.0', '8.1', '8.2', '8.3']
laravel: ['9.2', '9.52', '10.0', '10.37']
exclude:
- php: '8.0'
laravel: '10.0'
Expand Down
2 changes: 1 addition & 1 deletion src/Adjustments/.github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
timeout-minutes: 10
strategy:
matrix:
php: ['8.0', '8.1', '8.2']
php: ['8.0', '8.1', '8.2', '8.3']
laravel: ['9.2', '9.52', '10.0']
exclude:
- php: '8.0'
Expand Down
2 changes: 1 addition & 1 deletion src/Cart/.github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
timeout-minutes: 10
strategy:
matrix:
php: ['8.0', '8.1', '8.2']
php: ['8.0', '8.1', '8.2', '8.3']
laravel: ['9.2', '9.52', '10.0']
exclude:
- php: '8.0'
Expand Down
2 changes: 1 addition & 1 deletion src/Category/.github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
timeout-minutes: 10
strategy:
matrix:
php: ['8.0', '8.1', '8.2']
php: ['8.0', '8.1', '8.2', '8.3']
laravel: ['9.2', '9.52', '10.0']
exclude:
- php: '8.0'
Expand Down
2 changes: 1 addition & 1 deletion src/Channel/.github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
timeout-minutes: 10
strategy:
matrix:
php: ['8.0', '8.1', '8.2']
php: ['8.0', '8.1', '8.2', '8.3']
laravel: ['9.2', '9.52', '10.0']
exclude:
- php: '8.0'
Expand Down
2 changes: 1 addition & 1 deletion src/Checkout/.github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
timeout-minutes: 10
strategy:
matrix:
php: ['8.0', '8.1', '8.2']
php: ['8.0', '8.1', '8.2', '8.3']
laravel: ['9.2', '9.52', '10.0']
exclude:
- php: '8.0'
Expand Down
2 changes: 1 addition & 1 deletion src/Contracts/.github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
timeout-minutes: 10
strategy:
matrix:
php: ['8.0', '8.1', '8.2']
php: ['8.0', '8.1', '8.2', '8.3']
laravel: ['9.2', '9.52', '10.0']
exclude:
- php: '8.0'
Expand Down
2 changes: 1 addition & 1 deletion src/Links/.github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
timeout-minutes: 10
strategy:
matrix:
php: ['8.0', '8.1', '8.2']
php: ['8.0', '8.1', '8.2', '8.3']
laravel: ['9.2', '9.52', '10.0']
exclude:
- php: '8.0'
Expand Down
2 changes: 1 addition & 1 deletion src/MasterProduct/.github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
timeout-minutes: 10
strategy:
matrix:
php: ['8.0', '8.1', '8.2']
php: ['8.0', '8.1', '8.2', '8.3']
laravel: ['9.2', '9.52', '10.0']
exclude:
- php: '8.0'
Expand Down
2 changes: 1 addition & 1 deletion src/Order/.github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
timeout-minutes: 10
strategy:
matrix:
php: ['8.0', '8.1', '8.2']
php: ['8.0', '8.1', '8.2', '8.3']
laravel: ['9.2', '9.52', '10.0']
exclude:
- php: '8.0'
Expand Down
2 changes: 1 addition & 1 deletion src/Payment/.github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
timeout-minutes: 10
strategy:
matrix:
php: ['8.0', '8.1', '8.2']
php: ['8.0', '8.1', '8.2', '8.3']
laravel: ['9.2', '9.52', '10.0']
exclude:
- php: '8.0'
Expand Down
2 changes: 1 addition & 1 deletion src/Product/.github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
timeout-minutes: 10
strategy:
matrix:
php: ['8.0', '8.1', '8.2']
php: ['8.0', '8.1', '8.2', '8.3']
laravel: ['9.2', '9.52', '10.0']
exclude:
- php: '8.0'
Expand Down
2 changes: 1 addition & 1 deletion src/Properties/.github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
timeout-minutes: 10
strategy:
matrix:
php: ['8.0', '8.1', '8.2']
php: ['8.0', '8.1', '8.2', '8.3']
laravel: ['9.2', '9.52', '10.0']
exclude:
- php: '8.0'
Expand Down
2 changes: 1 addition & 1 deletion src/Shipment/.github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
timeout-minutes: 10
strategy:
matrix:
php: ['8.0', '8.1', '8.2']
php: ['8.0', '8.1', '8.2', '8.3']
laravel: ['9.2', '9.52', '10.0']
exclude:
- php: '8.0'
Expand Down
2 changes: 1 addition & 1 deletion src/Support/.github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
timeout-minutes: 10
strategy:
matrix:
php: ['8.0', '8.1', '8.2']
php: ['8.0', '8.1', '8.2', '8.3']
laravel: ['9.2', '9.52', '10.0']
exclude:
- php: '8.0'
Expand Down
2 changes: 1 addition & 1 deletion src/Taxes/.github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
timeout-minutes: 10
strategy:
matrix:
php: ['8.0', '8.1', '8.2']
php: ['8.0', '8.1', '8.2', '8.3']
laravel: ['9.2', '9.52', '10.0']
exclude:
- php: '8.0'
Expand Down

0 comments on commit 216b836

Please sign in to comment.