Skip to content

Commit 1f18f9d

Browse files
Bump Laravel to 10.48 & 11.0 in CI
1 parent 08fe670 commit 1f18f9d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ jobs:
99
strategy:
1010
matrix:
1111
php: ['8.1', '8.2', '8.3']
12-
laravel: ['10.0', '10.46', '11.x']
12+
laravel: ['10.0', '10.48', '11.0']
1313
exclude:
1414
- php: '8.1'
15-
laravel: '11.x'
15+
laravel: '11.0'
1616
name: PHP ${{ matrix.php }} Laravel ${{ matrix.laravel }}
1717
steps:
1818
- name: Checkout
@@ -21,7 +21,7 @@ jobs:
2121
uses: shivammathur/setup-php@master
2222
with:
2323
php-version: ${{ matrix.php }}
24-
extensions: mbstring, json, sqlite3
24+
extensions: mbstring, json, sqlite3K
2525
tools: composer:v2
2626
- name: Lock Laravel Version
2727
run: composer require "illuminate/support:${{ matrix.laravel }}.*" --no-update -v && composer require "illuminate/console:${{ matrix.laravel }}.*" --no-update -v

0 commit comments

Comments
 (0)