We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed248dc commit 0f8d166Copy full SHA for 0f8d166
1 file changed
.github/workflows/test.yaml
@@ -9,13 +9,13 @@ jobs:
9
code_quality:
10
strategy:
11
matrix:
12
- php_version: [7.4, 8.0, 8.1]
+ php_version: [8.1, 8.2, 8.3, 8.4]
13
runs-on: ubuntu-latest
14
steps:
15
- name: Checkout hypernode-deploy
16
uses: actions/checkout@v3
17
- name: Install PHP
18
- uses: shivammathur/setup-php@2.21.1
+ uses: shivammathur/setup-php@v2
19
with:
20
php-version: ${{ matrix.php_version }}
21
tools: composer:v2
0 commit comments