Skip to content

Commit 5f05d79

Browse files
authored
Merge pull request #27 from imponeer/Added-CI-tests-for-PHP-8.2-and-PHP-8.3
Added CI tests for PHP 8.2 and PHP 8.3
2 parents 38ee6d8 + 1c134cf commit 5f05d79

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/on_pull_request.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
- 7.4
1919
- 8.0
2020
- 8.1
21+
- 8.2
22+
- 8.3
2123
composer:
2224
- 2
2325
name: Test - php:${{ matrix.php }}; composer:${{ matrix.composer }}

0 commit comments

Comments
 (0)