Skip to content

Commit e58da3e

Browse files
committed
GitHub Actions: add PHP 8.3
1 parent 32d958b commit e58da3e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Diff for: .github/workflows/php.yml

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
- "8.0"
2121
- "8.1"
2222
- "8.2"
23+
- "8.3"
2324

2425
steps:
2526
- uses: actions/checkout@v3

Diff for: .gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
.php_cs.cache
22
.php-cs-fixer.cache
3+
/.phpunit.result.cache
34
vendor
45
composer.lock
56

0 commit comments

Comments
 (0)