Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit fafb855

Browse files
committedNov 6, 2024
Use new Github action versions
1 parent 8ee770d commit fafb855

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed
 

‎.github/workflows/php.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ on:
66
pull_request:
77
branches: [ "master", "*.x" ]
88

9-
env:
10-
fail-fast: true
11-
129
jobs:
1310
build:
1411

@@ -27,7 +24,7 @@ jobs:
2724
- "8.3"
2825

2926
steps:
30-
- uses: actions/checkout@v2
27+
- uses: actions/checkout@v4
3128

3229
- name: "Install PHP"
3330
uses: "shivammathur/setup-php@v2"
@@ -40,7 +37,7 @@ jobs:
4037

4138
- name: Cache Composer packages
4239
id: composer-cache
43-
uses: actions/cache@v2
40+
uses: actions/cache@v4
4441
with:
4542
path: vendor
4643
key: ${{ runner.os }}-php${{ matrix.php-version }}-${{ hashFiles('**/composer.lock') }}

0 commit comments

Comments
 (0)
Please sign in to comment.