Skip to content

Commit

Permalink
Update used GitHub Actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
aik099 committed Jul 8, 2024
1 parent 2a1a3cc commit 4788913
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
name: PHP ${{ matrix.php-versions }}, PHPUnit ${{ matrix.phpunit-versions }}
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand All @@ -44,7 +44,7 @@ jobs:
extensions: pdo_sqlite

- name: Install Dependencies
uses: ramsey/composer-install@v2
uses: ramsey/composer-install@v3

- name: Run Tests
run: |
Expand Down

0 comments on commit 4788913

Please sign in to comment.