Skip to content

Commit

Permalink
ci: update some actions version
Browse files Browse the repository at this point in the history
  • Loading branch information
lyrixx committed Mar 15, 2024
1 parent 406eb5e commit fc0b16b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
name: Tests PHP ${{ matrix.php-version }} ${{ matrix.name }}
steps:
- name: checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: setup
uses: shivammathur/setup-php@2.9.0
uses: shivammathur/setup-php@2
with:
php-version: ${{ matrix.php-version }}
- name: composer install
Expand Down

0 comments on commit fc0b16b

Please sign in to comment.