Skip to content

Commit 9245ea7

Browse files
committed
Tests: Run on PHP 7.3, 7.4, 8.0
1 parent 69e73f2 commit 9245ea7

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/code_analysis.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,10 @@ jobs:
1919

2020
- name: Nette Tester
2121
run: composer tester
22-
22+
php:
23+
- 7.3
24+
- 7.4
25+
- 8.0
2326

2427
name: ${{ matrix.actions.name }}
2528
runs-on: ubuntu-latest
@@ -34,7 +37,7 @@ jobs:
3437
- name: Setup PHP
3538
uses: shivammathur/setup-php@v2
3639
with:
37-
php-version: 7.3
40+
php-version: ${{ matrix.php }}
3841
coverage: none
3942

4043

0 commit comments

Comments
 (0)