Skip to content

Commit

Permalink
reverted ci-5.x.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Oleg Andreyev <[email protected]>
  • Loading branch information
oleg-andreyev committed Feb 28, 2024
1 parent 802ad07 commit 13bf79a
Showing 1 changed file with 8 additions and 11 deletions.
19 changes: 8 additions & 11 deletions .github/workflows/ci-5.x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
ref: 5.x

- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand All @@ -47,21 +47,19 @@ jobs:
strategy:
matrix:
php:
- '7.4'
- '8.0'
- '8.1'
- '8.2'
- '8.3'
symfony:
- '4.4.*'
- '5.4.*'
- '6.4.*'
- '7.*'
- '5.*'
fail-fast: false

steps:
- name: Checkout
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
ref: 5.x

- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand Down Expand Up @@ -124,9 +122,8 @@ jobs:
strategy:
matrix:
php:
- '8.0'
- '8.1'
- '8.2'
- '8.3'
symfony:
- '6.*'
fail-fast: false
Expand All @@ -135,7 +132,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
ref: 5.x

- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand Down Expand Up @@ -195,7 +192,7 @@ jobs:

steps:
- name: "Checkout"
uses: "actions/checkout@v4"
uses: "actions/checkout@v3"
with:
fetch-depth: 2

Expand Down

0 comments on commit 13bf79a

Please sign in to comment.