Skip to content

Commit

Permalink
Update main.yml to use GitHub Actions V3
Browse files Browse the repository at this point in the history
Updates the GitHub Actions from V2 to V3
  • Loading branch information
DannyvdSluijs authored and nikic committed Jun 24, 2023
1 parent c9e5a13 commit 1d0748a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Expand Up @@ -10,7 +10,7 @@ jobs:
name: "PHP 7.0 Unit Tests"
steps:
- name: "Checkout"
uses: "actions/checkout@v2"
uses: "actions/checkout@v3"
- name: "Install PHP"
uses: "shivammathur/setup-php@v2"
with:
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
- "8.2"
steps:
- name: "Checkout"
uses: "actions/checkout@v2"
uses: "actions/checkout@v3"
- name: "Install PHP"
uses: "shivammathur/setup-php@v2"
with:
Expand All @@ -59,7 +59,7 @@ jobs:
name: "PHP 7.3 Code on PHP 8.0 Integration Tests"
steps:
- name: "Checkout"
uses: "actions/checkout@v2"
uses: "actions/checkout@v3"
- name: "Install PHP"
uses: "shivammathur/setup-php@v2"
with:
Expand All @@ -75,7 +75,7 @@ jobs:
name: "PHP 8.1 Code on PHP 7.0 Integration Tests"
steps:
- name: "Checkout"
uses: "actions/checkout@v2"
uses: "actions/checkout@v3"
- name: "Install PHP"
uses: "shivammathur/setup-php@v2"
with:
Expand Down

0 comments on commit 1d0748a

Please sign in to comment.