Skip to content

Commit

Permalink
Test on PHP 8.3, use actions/checkout@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
BenMorel committed Apr 25, 2024
1 parent d1f850c commit 38e11d3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,11 @@ jobs:
- "8.0"
- "8.1"
- "8.2"
- "8.3"

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

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

0 comments on commit 38e11d3

Please sign in to comment.