Skip to content

Commit

Permalink
chore: Upgrade CI Tools
Browse files Browse the repository at this point in the history
  • Loading branch information
DZunke committed Feb 8, 2025
1 parent bfe5159 commit 9092772
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ jobs:

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

- uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}

- uses: "ramsey/composer-install@v1"
- uses: "ramsey/composer-install@v3"
with:
composer-options: ${{ matrix.composer-options }}

Expand Down

0 comments on commit 9092772

Please sign in to comment.