Skip to content

Commit f25526f

Browse files
committed
commit update CI test laravel version
1 parent 526a7d6 commit f25526f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
php_version: [7.4, 8.0, 8.1]
15-
laravel_version: [8.*, 9.*]
14+
php_version: [7.4, 8.2]
15+
laravel_version: [5.5.*, 10.*, 11.*]
1616

1717
steps:
1818
- name: Checkout commit

0 commit comments

Comments
 (0)