Skip to content

Commit 01afddf

Browse files
authored
up: Update php.yml, enable unit tests on php8.2
1 parent 41783c5 commit 01afddf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
fail-fast: true
1919
matrix:
20-
php: [ 8.1] # 7.1, 7.2,
20+
php: [ 8.1, 8.2] # 7.1, 7.2,
2121
os: [ubuntu-latest] # windows-latest, macOS-latest
2222

2323
steps:

0 commit comments

Comments
 (0)