Skip to content

Commit 9ae1ef1

Browse files
authored
Merge pull request #22 from ByteInternet/php_81_84
ci: Test against supported PHP versions 8.1 - 8.4
2 parents ed248dc + 0f8d166 commit 9ae1ef1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ jobs:
99
code_quality:
1010
strategy:
1111
matrix:
12-
php_version: [7.4, 8.0, 8.1]
12+
php_version: [8.1, 8.2, 8.3, 8.4]
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Checkout hypernode-deploy
1616
uses: actions/checkout@v3
1717
- name: Install PHP
18-
uses: shivammathur/setup-php@2.21.1
18+
uses: shivammathur/setup-php@v2
1919
with:
2020
php-version: ${{ matrix.php_version }}
2121
tools: composer:v2

0 commit comments

Comments
 (0)