Skip to content

Commit 2b1abd4

Browse files
committed
Updated github actions build workflow.
1 parent d6236f6 commit 2b1abd4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/tests.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@ jobs:
77
runs-on: ubuntu-latest
88

99
steps:
10-
- uses: actions/checkout@v2
10+
- uses: actions/checkout@master
1111

1212
- name: Cache Composer dependencies
13-
uses: actions/cache@v2
13+
uses: actions/cache@v3
1414
with:
1515
path: /tmp/composer-cache
1616
key: ${{ runner.os }}-${{ hashFiles('**/composer.lock') }}
1717

18-
- uses: php-actions/composer@v5
18+
- uses: php-actions/composer@v6
1919
with:
20-
php_version: 7.4
20+
php_version: 8.1
2121
php_extensions: mbstring xdebug
2222

2323
- name: PHPUnit Tests
@@ -26,6 +26,6 @@ jobs:
2626
XDEBUG_MODE: coverage
2727

2828
- name: Upload coverage to Codecov
29-
uses: codecov/codecov-action@v1
29+
uses: codecov/codecov-action@v3
3030
with:
3131
files: ./coverage/result.xml

0 commit comments

Comments
 (0)