We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08fe670 commit 1f18f9dCopy full SHA for 1f18f9d
.github/workflows/tests.yml
@@ -9,10 +9,10 @@ jobs:
9
strategy:
10
matrix:
11
php: ['8.1', '8.2', '8.3']
12
- laravel: ['10.0', '10.46', '11.x']
+ laravel: ['10.0', '10.48', '11.0']
13
exclude:
14
- php: '8.1'
15
- laravel: '11.x'
+ laravel: '11.0'
16
name: PHP ${{ matrix.php }} Laravel ${{ matrix.laravel }}
17
steps:
18
- name: Checkout
@@ -21,7 +21,7 @@ jobs:
21
uses: shivammathur/setup-php@master
22
with:
23
php-version: ${{ matrix.php }}
24
- extensions: mbstring, json, sqlite3
+ extensions: mbstring, json, sqlite3K
25
tools: composer:v2
26
- name: Lock Laravel Version
27
run: composer require "illuminate/support:${{ matrix.laravel }}.*" --no-update -v && composer require "illuminate/console:${{ matrix.laravel }}.*" --no-update -v
0 commit comments