Skip to content

Commit c482834

Browse files
committed
CI: add PHP 8.2 build
1 parent 7c01112 commit c482834

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/php.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,10 @@ jobs:
1919
- "7.4"
2020
- "8.0"
2121
- "8.1"
22+
- "8.2"
2223

2324
steps:
24-
- uses: actions/checkout@v2
25+
- uses: actions/checkout@v3
2526

2627
- name: "Install PHP"
2728
uses: "shivammathur/setup-php@v2"

0 commit comments

Comments
 (0)