Skip to content

Commit

Permalink
Bump Laravel to 10.48 & 11.0 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
fulopattila122 committed Mar 12, 2024
1 parent 08fe670 commit 1f18f9d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:
strategy:
matrix:
php: ['8.1', '8.2', '8.3']
laravel: ['10.0', '10.46', '11.x']
laravel: ['10.0', '10.48', '11.0']
exclude:
- php: '8.1'
laravel: '11.x'
laravel: '11.0'
name: PHP ${{ matrix.php }} Laravel ${{ matrix.laravel }}
steps:
- name: Checkout
Expand All @@ -21,7 +21,7 @@ jobs:
uses: shivammathur/setup-php@master
with:
php-version: ${{ matrix.php }}
extensions: mbstring, json, sqlite3
extensions: mbstring, json, sqlite3K
tools: composer:v2
- name: Lock Laravel Version
run: composer require "illuminate/support:${{ matrix.laravel }}.*" --no-update -v && composer require "illuminate/console:${{ matrix.laravel }}.*" --no-update -v
Expand Down

0 comments on commit 1f18f9d

Please sign in to comment.