Skip to content

Commit 3777944

Browse files
committed
Update dependencies and supported PHP versions.
1 parent dfb737b commit 3777944

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/unit.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,8 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
php-version:
19-
- "8.1"
20-
- "8.2"
2119
- "8.3"
20+
- "8.4"
2221
mysql-version:
2322
- "mysql-5.7"
2423
- "mysql-8.0"
@@ -39,7 +38,7 @@ jobs:
3938
extensions: "xdebug"
4039

4140
- name: "Cache dependencies installed with Composer"
42-
uses: "actions/cache@v3"
41+
uses: "actions/cache@v4"
4342
with:
4443
path: "~/.composer/cache"
4544
key: "php${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('**/composer.json') }}"

0 commit comments

Comments
 (0)