Skip to content

Commit

Permalink
Added PHP 8.4 to the CI + Bump Laravel to 11.35
Browse files Browse the repository at this point in the history
  • Loading branch information
fulopattila122 committed Dec 14, 2024
1 parent 1ba08de commit 5c606be
Show file tree
Hide file tree
Showing 16 changed files with 32 additions and 32 deletions.
4 changes: 2 additions & 2 deletions src/Adjustments/.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.2', '8.3']
laravel: ['10.43', '10.48', '11.0', '11.17']
php: ['8.2', '8.3', '8.4']
laravel: ['10.43', '10.48', '11.0', '11.35']
name: PHP ${{ matrix.php }} Laravel ${{ matrix.laravel }}
steps:
- name: Checkout
Expand Down
4 changes: 2 additions & 2 deletions src/Cart/.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.2', '8.3']
laravel: ['10.43', '10.48', '11.0', '11.17']
php: ['8.2', '8.3', '8.4']
laravel: ['10.43', '10.48', '11.0', '11.35']
name: PHP ${{ matrix.php }} Laravel ${{ matrix.laravel }}
steps:
- name: Checkout
Expand Down
4 changes: 2 additions & 2 deletions src/Category/.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.2', '8.3']
laravel: ['10.43', '10.48', '11.0', '11.17']
php: ['8.2', '8.3', '8.4']
laravel: ['10.43', '10.48', '11.0', '11.35']
name: PHP ${{ matrix.php }} Laravel ${{ matrix.laravel }}
steps:
- name: Checkout
Expand Down
4 changes: 2 additions & 2 deletions src/Channel/.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.2', '8.3']
laravel: ['10.43', '10.48', '11.0', '11.17']
php: ['8.2', '8.3', '8.4']
laravel: ['10.43', '10.48', '11.0', '11.35']
name: PHP ${{ matrix.php }} Laravel ${{ matrix.laravel }}
steps:
- name: Checkout
Expand Down
4 changes: 2 additions & 2 deletions src/Checkout/.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.2', '8.3']
laravel: ['10.43', '10.48', '11.0', '11.17']
php: ['8.2', '8.3', '8.4']
laravel: ['10.43', '10.48', '11.0', '11.35']
name: PHP ${{ matrix.php }} Laravel ${{ matrix.laravel }}
steps:
- name: Checkout
Expand Down
4 changes: 2 additions & 2 deletions src/Contracts/.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.2', '8.3']
laravel: ['10.43', '10.48', '11.0', '11.17']
php: ['8.2', '8.3', '8.4']
laravel: ['10.43', '10.48', '11.0', '11.35']
name: PHP ${{ matrix.php }} Laravel ${{ matrix.laravel }}
steps:
- name: Checkout
Expand Down
4 changes: 2 additions & 2 deletions src/Links/.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.2', '8.3']
laravel: ['10.43', '10.48', '11.0', '11.17']
php: ['8.2', '8.3', '8.4']
laravel: ['10.43', '10.48', '11.0', '11.35']
name: PHP ${{ matrix.php }} Laravel ${{ matrix.laravel }}
steps:
- name: Checkout
Expand Down
4 changes: 2 additions & 2 deletions src/MasterProduct/.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.2', '8.3']
laravel: ['10.43', '10.48', '11.0', '11.17']
php: ['8.2', '8.3', '8.4']
laravel: ['10.43', '10.48', '11.0', '11.35']
name: PHP ${{ matrix.php }} Laravel ${{ matrix.laravel }}
steps:
- name: Checkout
Expand Down
4 changes: 2 additions & 2 deletions src/Order/.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.2', '8.3']
laravel: ['10.43', '10.48', '11.0', '11.17']
php: ['8.2', '8.3', '8.4']
laravel: ['10.43', '10.48', '11.0', '11.35']
name: PHP ${{ matrix.php }} Laravel ${{ matrix.laravel }}
steps:
- name: Checkout
Expand Down
4 changes: 2 additions & 2 deletions src/Payment/.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.2', '8.3']
laravel: ['10.43', '10.48', '11.0', '11.17']
php: ['8.2', '8.3', '8.4']
laravel: ['10.43', '10.48', '11.0', '11.35']
name: PHP ${{ matrix.php }} Laravel ${{ matrix.laravel }}
steps:
- name: Checkout
Expand Down
4 changes: 2 additions & 2 deletions src/Product/.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.2', '8.3']
laravel: ['10.43', '10.48', '11.0', '11.17']
php: ['8.2', '8.3', '8.4']
laravel: ['10.43', '10.48', '11.0', '11.35']
name: PHP ${{ matrix.php }} Laravel ${{ matrix.laravel }}
steps:
- name: Checkout
Expand Down
4 changes: 2 additions & 2 deletions src/Promotion/.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.2', '8.3']
laravel: ['10.43', '10.48', '11.0', '11.14']
php: ['8.2', '8.3', '8.4']
laravel: ['10.43', '10.48', '11.0', '11.35']
name: PHP ${{ matrix.php }} Laravel ${{ matrix.laravel }}
steps:
- name: Checkout
Expand Down
4 changes: 2 additions & 2 deletions src/Properties/.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.2', '8.3']
laravel: ['10.43', '10.48', '11.0', '11.17']
php: ['8.2', '8.3', '8.4']
laravel: ['10.43', '10.48', '11.0', '11.35']
name: PHP ${{ matrix.php }} Laravel ${{ matrix.laravel }}
steps:
- name: Checkout
Expand Down
4 changes: 2 additions & 2 deletions src/Shipment/.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.2', '8.3']
laravel: ['10.43', '10.48', '11.0', '11.17']
php: ['8.2', '8.3', '8.4']
laravel: ['10.43', '10.48', '11.0', '11.35']
name: PHP ${{ matrix.php }} Laravel ${{ matrix.laravel }}
steps:
- name: Checkout
Expand Down
4 changes: 2 additions & 2 deletions src/Support/.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.2', '8.3']
laravel: ['10.43', '10.48', '11.0', '11.17']
php: ['8.2', '8.3', '8.4']
laravel: ['10.43', '10.48', '11.0', '11.35']
name: PHP ${{ matrix.php }} Laravel ${{ matrix.laravel }}
steps:
- name: Checkout
Expand Down
4 changes: 2 additions & 2 deletions src/Taxes/.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.2', '8.3']
laravel: ['10.43', '10.48', '11.0', '11.17']
php: ['8.2', '8.3', '8.4']
laravel: ['10.43', '10.48', '11.0', '11.35']
name: PHP ${{ matrix.php }} Laravel ${{ matrix.laravel }}
steps:
- name: Checkout
Expand Down

0 comments on commit 5c606be

Please sign in to comment.