Skip to content

Commit 44b0ad5

Browse files
committed
#151 - Update validations workflow
1 parent d253439 commit 44b0ad5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/validations.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ jobs:
3030
name: Static Code with PHP ${{ matrix.php-versions }}
3131
runs-on: ubuntu-latest
3232
env:
33-
extensions: mbstring, intl, json, phalcon-5.0.1
34-
key: cache-v2.2~17.05.2020
33+
extensions: mbstring, intl, json, phalcon-5.5.0
34+
key: cache-v4.0~13.04.2024
3535
needs: validate-code-style
3636
strategy:
3737
fail-fast: false
3838
matrix:
39-
php-versions: ['7.4', '8.0', '8.1']
39+
php-versions: ['8.0', '8.1', '8.2', '8.3']
4040

4141
steps:
4242
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)