Skip to content

Commit 5b4abee

Browse files
authored
Merge pull request #251 from php-school/AydinHassan-patch-1
Run tests on PHP 8.1
2 parents af04121 + 0e6b341 commit 5b4abee

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/static.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
php: ['7.2', '7.3', '7.4', '8.0']
10+
php: ['7.2', '7.3', '7.4', '8.0', '8.1']
1111
name: Code Style
1212

1313
steps:
@@ -29,4 +29,4 @@ jobs:
2929
run: composer run cs
3030

3131
- name: Run PHPStan
32-
run: composer run static
32+
run: composer run static

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
php: ['7.2', '7.3', '7.4', '8.0']
10+
php: ['7.2', '7.3', '7.4', '8.0', '8.1']
1111

1212
name: PHP ${{ matrix.php }}
1313

@@ -33,4 +33,4 @@ jobs:
3333
- name: Tests
3434
run: TERM=xterm-256color ./vendor/bin/phpunit --coverage-clover ./build/logs/clover.xml
3535

36-
- uses: codecov/codecov-action@v1
36+
- uses: codecov/codecov-action@v1

0 commit comments

Comments
 (0)