Skip to content

Commit 77b696e

Browse files
committed
Updated github actions to php 8.1
1 parent 446ae3d commit 77b696e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/actions.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v2
1818
- uses: shivammathur/setup-php@v2
1919
with:
20-
php-version: '8.0'
20+
php-version: '8.1'
2121
tools: composer:v2
2222
coverage: pcov
2323
- uses: actions/cache@v2
@@ -29,7 +29,7 @@ jobs:
2929
- uses: php-actions/composer@v5
3030
with:
3131
args: --prefer-dist
32-
php_version: 8.0
32+
php_version: 8.1
3333

3434
- name: Run tests & generate Coverage
3535
run: bin/phpunit tests --coverage-html var/coverage --whitelist=src
@@ -55,7 +55,7 @@ jobs:
5555
- uses: php-actions/composer@v5
5656
with:
5757
args: --prefer-dist
58-
php_version: 8.0
58+
php_version: 8.1
5959

6060
- name: PHPStan
6161
uses: php-actions/phpstan@v2

0 commit comments

Comments
 (0)