Skip to content

Commit

Permalink
build: upgrade tools: php 8.3, node 22, yarn 4.6 (#7532)
Browse files Browse the repository at this point in the history
  • Loading branch information
asbiin authored Feb 1, 2025
1 parent 5eb5aa1 commit edc9a38
Show file tree
Hide file tree
Showing 16 changed files with 1,169 additions and 1,158 deletions.
6 changes: 3 additions & 3 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "PHP & SQLite",
"image": "ghcr.io/asbiin/devcontainers/php:8.2",
"image": "ghcr.io/asbiin/devcontainers/php:8.3",

// For use with PHP or Apache (e.g.php -S localhost:8080 or apache2ctl start)
"forwardPorts": [8080],
"features": {
"ghcr.io/devcontainers/features/github-cli:1": {}
},

// Use 'postCreateCommand' to run commands after the container is created.
"postCreateCommand": ".devcontainer/postCreate.sh",
"postStartCommand": ".devcontainer/postStart.sh"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ jobs:
name: Lint Vue files
uses: monicahq/workflows/.github/workflows/lint_vue.yml@v2
with:
node-version: 20
node-version: 22
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:

env:
php-version: '8.3'
build-node-version: 20
build-node-version: 22

jobs:
####################
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
name: Run tests
uses: monicahq/workflows/.github/workflows/laravel.yml@v2
with:
php-versions: "['8.2', '8.3']"
php-versions: "['8.3', '8.4']"
connections: "['sqlite', 'mysql', 'pgsql']"
default-php-version: '8.2'
default-php-version: '8.3'
default-connection: sqlite
project: monica
secrets:
Expand All @@ -35,4 +35,4 @@ jobs:
name: Build assets
uses: monicahq/workflows/.github/workflows/build_assets.yml@v2
with:
node-version: 20
node-version: 22
6 changes: 3 additions & 3 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
php 8.2.0
nodejs 21.7.1
yarn 4.1.1
php 8.3.16
nodejs 22.13.1
yarn 4.6.0
925 changes: 0 additions & 925 deletions .yarn/releases/yarn-4.5.0.cjs

This file was deleted.

934 changes: 934 additions & 0 deletions .yarn/releases/yarn-4.6.0.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ checksumBehavior: update

nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.5.0.cjs
yarnPath: .yarn/releases/yarn-4.6.0.cjs
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
],
"license": "AGPL-3.0-or-later",
"require": {
"php": "^8.2",
"php": "^8.3",
"ext-fileinfo": "*",
"ext-intl": "*",
"asbiin/laravel-sentry-tunnel": "^2.0",
Expand Down Expand Up @@ -42,7 +42,7 @@
"socialiteproviders/microsoft-azure": "^5.1",
"stevebauman/location": "^7.0",
"thecodingmachine/safe": "^2.5",
"tightenco/ziggy": "^2.5.0",
"tightenco/ziggy": "^2.5.1",
"typesense/typesense-php": "^4.9",
"uploadcare/uploadcare-php": "^4.1"
},
Expand Down
Loading

0 comments on commit edc9a38

Please sign in to comment.