Skip to content

Commit 6d40f21

Browse files
authored
Add PHP8.2 and 8.3 to PHPUnit GitHub Action.
1 parent 1f11198 commit 6d40f21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
strategy:
2121
matrix:
22-
php: ['8.0', '8.1']
22+
php: [ '8.0', '8.1', '8.2', '8.3', ]
2323

2424
steps:
2525
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)