Skip to content

Commit 7c63a87

Browse files
authored
Merge pull request #8 from volt-test/CI/add-all-supported-version-of-php
Adding all supported version of php to tests in ci
2 parents d485308 + e52e87a commit 7c63a87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
test:
11-
name: PHP Tests - ${{ matrix.os }}
11+
name: PHP Tests - ${{ matrix.os }} - PHP ${{ matrix.php }}
1212
runs-on: ${{ matrix.os }}
1313
permissions:
1414
contents: read
@@ -17,7 +17,7 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
os: [ubuntu-latest, windows-latest, macos-latest]
20-
20+
php: [8.0 ,8.1 ,8.2, 8.3, 8.4]
2121
steps:
2222
- uses: actions/checkout@v4
2323

0 commit comments

Comments
 (0)