Skip to content

Commit 75c419a

Browse files
authored
Merge pull request #7 from spaze/spaze/php-8.2-tests
Start testing on PHP 8.2
2 parents 2c46022 + 256f1ed commit 75c419a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/php.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ jobs:
1010
strategy:
1111
matrix:
1212
php-version:
13-
- 8.1
13+
- "8.1"
14+
- "8.2"
1415

1516
steps:
1617
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)