Skip to content

Commit 8230735

Browse files
committed
ci: run tests on PHP 8.2
1 parent a9f52ec commit 8230735

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,12 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
php: [ '7.4', '8.0', '8.1' ]
12+
php: [ '7.4', '8.0', '8.1', '8.2' ]
1313
laravel: [ '8.*', '9.*', '10.*' ]
1414
stability: [ prefer-lowest, prefer-stable ]
1515
exclude:
16+
- laravel: '8.*'
17+
php: '8.2'
1618
- laravel: '9.*'
1719
php: '7.4'
1820
- laravel: '10.*'

0 commit comments

Comments
 (0)