Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
asbiin committed May 2, 2024
1 parent bdc30b7 commit b9a6cb6
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 18 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ on:
types: [completed]

env:
php-version: '8.1'
node-version: 18
php-version: '8.2'
node-version: 20

concurrency:
group: Build ${{ github.ref }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
types: [labeled, opened, synchronize, reopened]

env:
node-version: 18
node-version: 20

concurrency:
group: Cypress tests ${{ github.ref }}
Expand All @@ -20,7 +20,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php-version: ['8.1']
php-version: ['8.2']
browser: [chrome]
containers: [1, 2, 3, 4, 5, 6, 7, 8]

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ on:
workflow_dispatch:

env:
php-version: '8.1'
node-version: 18
php-version: '8.2'
node-version: 20

concurrency:
group: Deploy ${{ github.ref }}
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ on:
- main

env:
php-version: '8.1'
node-version: 18
php-version: '8.2'
node-version: 20

concurrency:
group: Docker ${{ github.ref }}
Expand All @@ -32,7 +32,8 @@ jobs:
uses: crazy-max/ghaction-docker-meta@v4
with:
images: ghcr.io/monicahq/monica
tag-sha: true
tags: |
type=sha
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/migration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php-version: ['8.1']
php-version: ['8.2']
connection: [mysql]

steps:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ on:
workflow_dispatch:

env:
php-version: '8.1'
build-node-version: 18
semantic-node-version: 18
php-version: '8.2'
build-node-version: 20
semantic-node-version: 20

jobs:
####################
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
types: [completed]

env:
php-version: '8.1'
php-version: '8.2'

concurrency:
group: Static analysis ${{ github.ref }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ on:
types: [completed]

env:
default-php-version: '8.1'
node-version: 18
default-php-version: '8.2'
node-version: 20

concurrency:
group: Unit tests ${{ github.ref }}
Expand All @@ -32,7 +32,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php-version: ['8.1']
php-version: ['8.2']
connection: [mysql]
testsuite: [Api, Feature, Commands-Other, Commands-Scheduling, Unit-Models, Unit-Services]
# exclude:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"composer update": "COMPOSER_MEMORY_LIMIT=-1 composer update"
},
"engines": {
"node": "18.x",
"node": "20.x",
"yarn": "1.22.x"
},
"devDependencies": {
Expand Down

0 comments on commit b9a6cb6

Please sign in to comment.