Skip to content

Commit 381b2f2

Browse files
committed
Update Actions
1 parent 98e6dd2 commit 381b2f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-phpunit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113

114114
steps:
115115
- name: Checkout
116-
uses: actions/checkout@v2
116+
uses: actions/checkout@v3
117117
- name: Override PHP ini values for JIT compiler
118118
if: matrix.compiler == 'jit'
119119
run: echo "PHP_INI_VALUES::assert.exception=1, zend.assertions=1, opcache.enable=1, opcache.enable_cli=1, opcache.optimization_level=-1, opcache.jit=1255, opcache.jit_buffer_size=64M" >> $GITHUB_ENV
@@ -131,7 +131,7 @@ jobs:
131131
id: composer-cache
132132
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
133133
- name: Cache composer dependencies
134-
uses: actions/cache@v2
134+
uses: actions/cache@v3
135135
with:
136136
path: ${{ steps.composer-cache.outputs.dir }}
137137
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}

0 commit comments

Comments
 (0)