Skip to content

Commit 2d79c54

Browse files
ci: add GitHub Actions workflow for testing with multiple PHP and TYPO3 versions
1 parent 5c84b6c commit 2d79c54

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.github/workflows/tests.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Tests
2+
on:
3+
push:
4+
branches:
5+
- '**'
6+
7+
jobs:
8+
tests:
9+
uses: jackd248/reusable-github-actions/.github/workflows/tests.yml@main
10+
with:
11+
php-versions: '["8.2", "8.3", "8.4"]'
12+
typo3-versions: '["12.4", "13.4"]'
13+
dependencies: '["highest", "lowest"]'

0 commit comments

Comments
 (0)