Skip to content

Commit cf3aab7

Browse files
committed
tests
1 parent 7b71889 commit cf3aab7

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.github/workflows/tests.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,14 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
php-versions: ["8.1", "8.2", "8.3"]
16-
laravel: ["10", "11"]
15+
php-versions: [8.1, 8.2, 8.3]
16+
laravel: [10, 11]
1717
exclude:
18-
- php: "8.1"
19-
laravel: "11"
18+
- php: '8.1'
19+
laravel: 11
20+
21+
name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }}
22+
2023
steps:
2124
- name: Setup PHP
2225
uses: shivammathur/setup-php@v2

0 commit comments

Comments
 (0)