Skip to content

Commit 3b878ef

Browse files
authored
Merge pull request #164 from RonasIT/add-github-test-with-php84
feat: test with php8.4
2 parents befbe86 + 8c78f97 commit 3b878ef

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/run-tests-with-coverage.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,13 @@ on:
99
jobs:
1010
test-with-coverage:
1111
runs-on: ubuntu-latest
12+
strategy:
13+
matrix:
14+
php-version: [ "8.3", "8.4" ]
1215
steps:
1316
- uses: shivammathur/setup-php@v2
1417
with:
15-
php-version: '8.3'
18+
php-version: ${{ matrix.php-version }}
1619
- uses: actions/checkout@v3
1720
- name: Validate composer.json and composer.lock
1821
run: composer validate

0 commit comments

Comments
 (0)