Skip to content

Commit 4a0d6b3

Browse files
committed
Removed dead metrics action, updated build for newer action versions
1 parent c059c95 commit 4a0d6b3

File tree

2 files changed

+2
-19
lines changed

2 files changed

+2
-19
lines changed

.github/workflows/build.yml

+2-2
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

.github/workflows/metrics.yml

-17
This file was deleted.

0 commit comments

Comments
 (0)