Skip to content

Commit b475814

Browse files
IN-1730 - Add php versions matrix to CI: PHP 7.4 - 8.2
1 parent d10f225 commit b475814

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/php.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,16 @@ permissions:
1212
jobs:
1313
build:
1414

15+
strategy:
16+
matrix:
17+
version: [7.3, 7.4, 8.0, 8.1, 8.2]
18+
1519
runs-on: ubuntu-latest
1620

1721
steps:
1822
- uses: actions/checkout@v3
23+
with:
24+
php-version: ${{ matrix.version }}
1925

2026
- name: Versions
2127
run: php --version && composer --version

0 commit comments

Comments
 (0)