Skip to content

Commit

Permalink
Merge pull request #175 from SMillerDev/patch-3
Browse files Browse the repository at this point in the history
chore: update CI plugins
  • Loading branch information
cmb69 authored Aug 2, 2024
2 parents 889c629 + c316301 commit cd0ef18
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,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 Down Expand Up @@ -65,10 +65,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 cd0ef18

Please sign in to comment.