Skip to content

Commit 8ac4642

Browse files
committed
Added PHP 8.2 to GitHub-Actions
1 parent dfd5444 commit 8ac4642

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
@@ -31,7 +31,7 @@ jobs:
3131
runs-on: ubuntu-20.04
3232
strategy:
3333
matrix:
34-
php: ['8.0', '8.1']
34+
php: ['8.0', '8.1', '8.2']
3535
steps:
3636
- name: Checkout
3737
uses: actions/checkout@v2

0 commit comments

Comments
 (0)