Skip to content

Commit 2a6f673

Browse files
committed
build: tweak github actions file
1 parent 3642f02 commit 2a6f673

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919
strategy:
2020
fail-fast: true
2121
matrix:
22-
php: [8.2, 8.3, 8.4]
23-
laravel: [11, '12']
22+
php: [ 8.2, 8.3, 8.4 ]
23+
laravel: [ 11, 12 ]
2424

2525
steps:
2626
- name: Checkout Code

0 commit comments

Comments
 (0)