Skip to content

Commit

Permalink
Add PHP 8.3 and bump actions checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
williamdes authored and bsweeney committed Dec 30, 2023
1 parent 502d278 commit 4e47e6e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,11 @@ jobs:
- "8.0"
- "8.1"
- "8.2"
- "8.3"

steps:

- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Install PHP
uses: "shivammathur/setup-php@v2"
Expand Down

0 comments on commit 4e47e6e

Please sign in to comment.