Skip to content

Commit 936ce05

Browse files
authored
GHA: Run tests against PHP 8.2 (#37)
1 parent c42ec1d commit 936ce05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ jobs:
1515

1616
strategy:
1717
matrix:
18-
php-version: ['7.4', '8.0', '8.1']
18+
php-version: ['7.4', '8.0', '8.1', '8.2']
1919
include:
20-
- php-version: '8.1'
20+
- php-version: '8.2'
2121
run-sonarqube-analysis: true
2222

2323
steps:

0 commit comments

Comments
 (0)