We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c059c95 + 2b12884 commit bec0caaCopy full SHA for bec0caa
.github/workflows/build.yml
@@ -6,7 +6,7 @@ jobs:
6
- ubuntu-latest
7
strategy:
8
matrix:
9
- php: ['8.1', '8.2', '8.3']
+ php: ['8.1', '8.2', '8.3', '8.4']
10
steps:
11
- name: Configure Git
12
if: ${{ matrix.os == 'windows-latest' }}
@@ -15,7 +15,7 @@ jobs:
15
git config --ystem core.eol lf
16
17
- name: Checkout
18
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
19
20
- name: Setup PHP
21
uses: shivammathur/setup-php@v2
@@ -30,7 +30,7 @@ jobs:
30
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
31
32
- name: Cache Composer dependencies
33
- uses: actions/cache@v2
+ uses: actions/cache@v4
34
with:
35
path: ${{ steps.composercache.outputs.dir }}
36
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}
.github/workflows/metrics.yml
0 commit comments