Skip to content

Commit

Permalink
Use new Github action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
aimeos committed Nov 6, 2024
1 parent 8ee770d commit fafb855
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ on:
pull_request:
branches: [ "master", "*.x" ]

env:
fail-fast: true

jobs:
build:

Expand All @@ -27,7 +24,7 @@ jobs:
- "8.3"

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: "Install PHP"
uses: "shivammathur/setup-php@v2"
Expand All @@ -40,7 +37,7 @@ jobs:

- name: Cache Composer packages
id: composer-cache
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: vendor
key: ${{ runner.os }}-php${{ matrix.php-version }}-${{ hashFiles('**/composer.lock') }}
Expand Down

0 comments on commit fafb855

Please sign in to comment.