Skip to content

Commit

Permalink
chore: update GHA plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
SMillerDev authored Aug 2, 2024
1 parent 1e20727 commit 62356fc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
make -j$(nproc)
sudo make install
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Generate Build Files
run: /opt/bin/phpize
- name: Configure Build
Expand All @@ -53,7 +53,7 @@ jobs:
- name: Generate Test Coverage
run: lcov -c --directory ./src/.libs --exclude *Zend* --exclude */usr/include* --output-file coverage.info
- name: Coveralls
uses: coverallsapp/github-action@master
uses: coverallsapp/github-action@v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: coverage.info
Expand All @@ -69,10 +69,10 @@ jobs:
runs-on: windows-latest
steps:
- name: Checkout uopz
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup PHP
id: setup-php
uses: cmb69/setup-php-sdk@v0.7
uses: php/setup-php-sdk@v0.8
with:
version: ${{matrix.version}}
arch: ${{matrix.arch}}
Expand Down

0 comments on commit 62356fc

Please sign in to comment.