Skip to content

Commit

Permalink
update checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskapp committed Aug 20, 2024
1 parent e98883c commit 43dfd09
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Install PHP
uses: shivammathur/setup-php@v2
with:
Expand All @@ -24,12 +24,11 @@ jobs:
strategy:
matrix:
php-versions:
- 8.1
- 8.2
- 8.3
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Install PHP
uses: shivammathur/setup-php@v2
with:
Expand Down

0 comments on commit 43dfd09

Please sign in to comment.