Skip to content

Commit 93ba4c8

Browse files
committed
github ci versions
1 parent 2454488 commit 93ba4c8

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,11 @@ jobs:
1515
max-parallel: 6 # 12
1616
fail-fast: false
1717
matrix:
18-
laravel: [9, 10, 11]
19-
php: ['8.1', '8.2', '8.3']
20-
phpunit: [9, 10]
18+
laravel: [10, 11]
19+
php: ['8.2', '8.3', '8.4']
20+
phpunit: [10]
2121
exclude:
22-
- {laravel: 11, php: '8.1'}
23-
- {laravel: 9, phpunit: 10}
24-
- {phpunit: 9}
25-
include:
26-
- {laravel: 9, php: '8.1', phpunit: 9}
27-
- {laravel: 9, php: '8.2', phpunit: 9}
28-
- {laravel: 9, php: '8.3', phpunit: 9}
22+
- {laravel: 10, php: '8.4'}
2923
steps:
3024
- name: Checkout repository
3125
uses: actions/checkout@v3

0 commit comments

Comments
 (0)