Skip to content

Commit 29bfdb1

Browse files
authored
Prep for v5 merge (whikloj#70)
1 parent d9c877f commit 29bfdb1

File tree

2 files changed

+5
-85
lines changed

2 files changed

+5
-85
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
php-versions: ["7.4", "8.0", "8.1", "8.2"]
20+
php-versions: ["8.0", "8.1", "8.2", "8.3"]
2121
host-os: ["ubuntu-latest", "windows-latest"]
2222
experimental: [false]
2323

2424
name: PHP ${{ matrix.php-versions }} - OS ${{ matrix.host-os }}
2525
steps:
2626
- name: Checkout
27-
uses: actions/checkout@v3
27+
uses: actions/checkout@v4
2828

2929
- name: Setup PHP
3030
uses: shivammathur/setup-php@v2
@@ -40,7 +40,7 @@ jobs:
4040
if: ${{ startsWith( matrix.host-os , 'ubuntu') }}
4141

4242
- name: Cache dependencies (Ubuntu)
43-
uses: actions/cache@v3
43+
uses: actions/cache@v4
4444
with:
4545
path: ${{ steps.composercache-ubuntu.outputs.dir }}
4646
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
@@ -55,7 +55,7 @@ jobs:
5555
if: ${{ startsWith( matrix.host-os , 'windows') }}
5656

5757
- name: Cache dependencies (Windows)
58-
uses: actions/cache@v3
58+
uses: actions/cache@v4
5959
with:
6060
path: ${{ steps.composercache-windows.outputs.dir }}
6161
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
@@ -73,7 +73,7 @@ jobs:
7373
run: composer phpunit
7474

7575
- name: Upload coverage to Codecov
76-
uses: codecov/codecov-action@v3
76+
uses: codecov/codecov-action@v4
7777
with:
7878
file: ./clover.xml
7979
fail_ci_if_error: true

.github/workflows/v5.yml

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

0 commit comments

Comments
 (0)