Skip to content

Commit

Permalink
#151 - Update validations workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeckerson committed Apr 13, 2024
1 parent d253439 commit 44b0ad5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/validations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ jobs:
name: Static Code with PHP ${{ matrix.php-versions }}
runs-on: ubuntu-latest
env:
extensions: mbstring, intl, json, phalcon-5.0.1
key: cache-v2.2~17.05.2020
extensions: mbstring, intl, json, phalcon-5.5.0
key: cache-v4.0~13.04.2024
needs: validate-code-style
strategy:
fail-fast: false
matrix:
php-versions: ['7.4', '8.0', '8.1']
php-versions: ['8.0', '8.1', '8.2', '8.3']

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 44b0ad5

Please sign in to comment.