Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions .github/workflows/workflow-v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:
runs-on: ubuntu-latest
container: joomlaprojects/docker-images:php8.1
steps:
- uses: actions/checkout@v4
- uses: actions/cache@v4
- uses: actions/checkout@v6
- uses: actions/cache@v5
id: cache-php
with:
path: vendor
Expand All @@ -29,8 +29,8 @@ jobs:
container: joomlaprojects/docker-images:php8.1
needs: [composer]
steps:
- uses: actions/checkout@v4
- uses: actions/cache/restore@v4
- uses: actions/checkout@v6
- uses: actions/cache/restore@v5
with:
path: vendor
key: ${{ runner.os }}-composer-${{ hashFiles('composer.json') }}
Expand All @@ -46,8 +46,8 @@ jobs:
needs: [code-style-php]
continue-on-error: true
steps:
- uses: actions/checkout@v4
- uses: actions/cache/restore@v4
- uses: actions/checkout@v6
- uses: actions/cache/restore@v5
with:
path: vendor
key: ${{ runner.os }}-composer-${{ hashFiles('composer.json') }}
Expand All @@ -61,8 +61,8 @@ jobs:
container: joomlaprojects/docker-images:php8.1
needs: [code-style-php]
steps:
- uses: actions/checkout@v4
- uses: actions/cache/restore@v4
- uses: actions/checkout@v6
- uses: actions/cache/restore@v5
with:
path: vendor
key: ${{ runner.os }}-composer-${{ hashFiles('composer.json') }}
Expand All @@ -76,8 +76,8 @@ jobs:
container: joomlaprojects/docker-images:php8.1
needs: [code-style-php]
steps:
- uses: actions/checkout@v4
- uses: actions/cache/restore@v4
- uses: actions/checkout@v6
- uses: actions/cache/restore@v5
with:
path: vendor
key: ${{ runner.os }}-composer-${{ hashFiles('composer.json') }}
Expand All @@ -91,7 +91,7 @@ jobs:
container: joomlaprojects/docker-images:php7.2
needs: [code-style-php]
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- name: Run Unit tests
run: |
composer install --prefer-stable --prefer-lowest
Expand All @@ -106,7 +106,7 @@ jobs:
matrix:
php_version: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2']
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- name: Run Unit tests
run: |
composer install
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/workflow-v3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:
runs-on: ubuntu-latest
container: joomlaprojects/docker-images:php8.1
steps:
- uses: actions/checkout@v4
- uses: actions/cache@v4
- uses: actions/checkout@v6
- uses: actions/cache@v5
id: cache-php
with:
path: vendor
Expand All @@ -28,8 +28,8 @@ jobs:
container: joomlaprojects/docker-images:php8.1
needs: [composer]
steps:
- uses: actions/checkout@v4
- uses: actions/cache/restore@v4
- uses: actions/checkout@v6
- uses: actions/cache/restore@v5
with:
path: vendor
key: ${{ runner.os }}-composer-${{ hashFiles('composer.json') }}
Expand All @@ -44,8 +44,8 @@ jobs:
container: joomlaprojects/docker-images:php8.4
needs: [code-style-php]
steps:
- uses: actions/checkout@v4
- uses: actions/cache/restore@v4
- uses: actions/checkout@v6
- uses: actions/cache/restore@v5
with:
path: vendor
key: ${{ runner.os }}-composer-${{ hashFiles('composer.json') }}
Expand All @@ -59,7 +59,7 @@ jobs:
container: joomlaprojects/docker-images:php8.1
needs: [code-style-php]
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- name: Run Unit tests
run: |
git config --global --add safe.directory $GITHUB_WORKSPACE
Expand All @@ -75,7 +75,7 @@ jobs:
matrix:
php_version: ['8.1', '8.2', '8.3', '8.4', '8.5']
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- name: Run Unit tests
run: |
git config --global --add safe.directory $GITHUB_WORKSPACE
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/workflow-v4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:
runs-on: ubuntu-latest
container: joomlaprojects/docker-images:php8.3
steps:
- uses: actions/checkout@v4
- uses: actions/cache@v4
- uses: actions/checkout@v6
- uses: actions/cache@v5
id: cache-php
with:
path: vendor
Expand All @@ -28,8 +28,8 @@ jobs:
container: joomlaprojects/docker-images:php8.3
needs: [composer]
steps:
- uses: actions/checkout@v4
- uses: actions/cache/restore@v4
- uses: actions/checkout@v6
- uses: actions/cache/restore@v5
with:
path: vendor
key: ${{ runner.os }}-composer-${{ hashFiles('composer.json') }}
Expand All @@ -44,8 +44,8 @@ jobs:
container: joomlaprojects/docker-images:php8.4
needs: [code-style-php]
steps:
- uses: actions/checkout@v4
- uses: actions/cache/restore@v4
- uses: actions/checkout@v6
- uses: actions/cache/restore@v5
with:
path: vendor
key: ${{ runner.os }}-composer-${{ hashFiles('composer.json') }}
Expand All @@ -59,7 +59,7 @@ jobs:
container: joomlaprojects/docker-images:php8.3
needs: [code-style-php]
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- name: Run Unit tests
run: |
git config --global --add safe.directory $GITHUB_WORKSPACE
Expand All @@ -75,7 +75,7 @@ jobs:
matrix:
php_version: ['8.3', '8.4', '8.5']
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- name: Run Unit tests
run: |
git config --global --add safe.directory $GITHUB_WORKSPACE
Expand Down