Skip to content

Commit bec0caa

Browse files
Merge pull request #359 from opentok/update-gha
Removed dead metrics action, updated build for newer action versions
2 parents c059c95 + 2b12884 commit bec0caa

File tree

2 files changed

+3
-20
lines changed

2 files changed

+3
-20
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
- ubuntu-latest
77
strategy:
88
matrix:
9-
php: ['8.1', '8.2', '8.3']
9+
php: ['8.1', '8.2', '8.3', '8.4']
1010
steps:
1111
- name: Configure Git
1212
if: ${{ matrix.os == 'windows-latest' }}
@@ -15,7 +15,7 @@ jobs:
1515
git config --ystem core.eol lf
1616
1717
- name: Checkout
18-
uses: actions/checkout@v2
18+
uses: actions/checkout@v4
1919

2020
- name: Setup PHP
2121
uses: shivammathur/setup-php@v2
@@ -30,7 +30,7 @@ jobs:
3030
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
3131

3232
- name: Cache Composer dependencies
33-
uses: actions/cache@v2
33+
uses: actions/cache@v4
3434
with:
3535
path: ${{ steps.composercache.outputs.dir }}
3636
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}

.github/workflows/metrics.yml

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)