Skip to content

Commit 0777d16

Browse files
authored
Add PHP 8.2 to test matrix
1 parent af521f3 commit 0777d16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
# run all combinations of the following, to make sure they're working together
2020
matrix:
2121
# os: [ubuntu-latest, macos-latest, windows-latest]
22-
php: [7.3, 7.4, 8.0, 8.1]
22+
php: [7.3, 7.4, 8.0, 8.1, 8.2]
2323
dbal: [^2.5, ^3.0]
2424
laravel: [8.*, 9.*]
2525
phpunit: [8.*, 9.*]

0 commit comments

Comments
 (0)