Skip to content

Commit

Permalink
Restore docker cache at the right place in the matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
Luc45 committed Dec 14, 2024
1 parent 5809f63 commit 4e83112
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/phan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,12 @@ jobs:

phan_tests:
runs-on: ubuntu-latest
needs: restore_docker_cache
strategy:
matrix:
php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4']

needs: restore_docker_cache

steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,12 @@ jobs:

phpunit_tests:
runs-on: ubuntu-latest
needs: restore_docker_cache
strategy:
matrix:
php: [ '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4' ]

needs: restore_docker_cache

steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit 4e83112

Please sign in to comment.