Skip to content

Commit e9fe0d4

Browse files
authored
Merge pull request #59 from packagist/ci-php-82
CI: add PHP 8.2 build
2 parents 7c01112 + c482834 commit e9fe0d4

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)