Skip to content

Commit e8917ed

Browse files
Added PHP 8.3 to CI matrix
1 parent f0d39e3 commit e8917ed

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/tests.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,13 @@ jobs:
88
timeout-minutes: 10
99
strategy:
1010
matrix:
11-
php: ['8.0', '8.1', '8.2']
12-
laravel: ['9.2', '9.52', '10.0']
11+
php: ['8.0', '8.1', '8.2', '8.3']
12+
laravel: ['9.2', '9.52', '10.0', '10.32']
1313
exclude:
1414
- php: '8.0'
1515
laravel: '10.0'
16+
- php: '8.0'
17+
laravel: '10.32'
1618
name: PHP ${{ matrix.php }} Laravel ${{ matrix.laravel }}
1719
steps:
1820
- name: Checkout

0 commit comments

Comments
 (0)