Skip to content

Commit

Permalink
chore: use latest version of GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
KentarouTakeda committed Jan 2, 2024
1 parent a048521 commit fdd7d09
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@ jobs:

steps:
- name: Set up PHP
uses: shivammathur/setup-php@2.9.0
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}
extensions: intl, mbstring
tools: "composer:v2"

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

- name: "Install specific version of phpunit "
if: ${{ matrix.phpunit }}
Expand Down Expand Up @@ -64,12 +64,12 @@ jobs:

steps:
- name: Set up PHP
uses: shivammathur/setup-php@2.1.0
uses: shivammathur/setup-php@v2
with:
php-version: 7.2

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

- name: "Install specific version of phpunit "
if: ${{ matrix.phpunit }}
Expand All @@ -94,12 +94,12 @@ jobs:

steps:
- name: Set up PHP
uses: shivammathur/setup-php@2.1.0
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}

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

- name: "Install specific version of phpunit "
if: ${{ matrix.phpunit }}
Expand Down

0 comments on commit fdd7d09

Please sign in to comment.