Skip to content

Commit e6ffdc4

Browse files
committed
Add PHP 8.3 and bump actions checkout
1 parent 3f14d64 commit e6ffdc4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/phpunit.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,11 @@ jobs:
2626
- "8.0"
2727
- "8.1"
2828
- "8.2"
29+
- "8.3"
2930

3031
steps:
3132

32-
- uses: actions/checkout@v2
33+
- uses: actions/checkout@v4
3334

3435
- name: Install PHP
3536
uses: "shivammathur/setup-php@v2"

0 commit comments

Comments
 (0)