Skip to content

Commit e50998b

Browse files
authored
Remove apcu cache, composer update (#41)
* Remove apcu cache, composer update * Renovate github yaml
1 parent 126de9e commit e50998b

File tree

5 files changed

+785
-577
lines changed

5 files changed

+785
-577
lines changed

.github/workflows/quality-assurance.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
php-version: [8.3]
15+
php-version: [8.3, 8.4]
1616
steps:
17-
- uses: actions/checkout@v4
17+
- uses: actions/checkout@v5
1818
- uses: shivammathur/setup-php@v2
1919
with:
2020
php-version: ${{ matrix.php-version }}
@@ -26,7 +26,7 @@ jobs:
2626
matrix:
2727
php-version: [8.3, 8.4]
2828
steps:
29-
- uses: actions/checkout@v4
29+
- uses: actions/checkout@v5
3030
- uses: shivammathur/setup-php@v2
3131
with:
3232
php-version: ${{ matrix.php-version }}

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"minimum-stability": "dev",
77
"prefer-stable": true,
88
"require": {
9-
"php": "^8.2",
9+
"php": "^8.3",
1010
"cego/filebeat-logger": "^2.0.6",
1111
"illuminate/support": "^11.0|^12.0",
1212
"illuminate/contracts": "^11.0|^12.0",

0 commit comments

Comments
 (0)