We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e862786 commit 035213bCopy full SHA for 035213b
.github/workflows/test.yml
@@ -39,15 +39,15 @@ jobs:
39
COMPOSER_MEMORY_LIMIT: -1
40
CC_TEST_REPORTER_ID: 2f4620ac239cc7fdb27b299c24422281b04fd8012820ba173e92c70953385958
41
steps:
42
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
43
- name: Install PHP
44
uses: shivammathur/setup-php@v2
45
with:
46
php-version: ${{ matrix.php }}
47
env:
48
COMPOSER_TOKEN: ${{ secrets.COMPOSER_TOKEN }}
49
- name: Cache PHP dependencies
50
- uses: actions/cache@v3
+ uses: actions/cache@v4
51
52
path: vendor
53
key: ${{ runner.os }}-php-${{ matrix.php }}-composer-${{ matrix.composer_flag }}-${{ hashFiles('**/composer.json') }}
0 commit comments