Skip to content

Commit

Permalink
- August 2024 batch update (#7)
Browse files Browse the repository at this point in the history
* - (docker dev) Bump node in /environment/dev/app

Bumps node from 22.1-bullseye-slim to 22.6-bullseye-slim.

---
updated-dependencies:
- dependency-name: node
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* - August 2024 batch update

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Blusia <[email protected]>
Co-authored-by: Ewelina Skrzypacz <[email protected]>
  • Loading branch information
3 people authored Aug 19, 2024
1 parent 733db7b commit 521c5b9
Show file tree
Hide file tree
Showing 6 changed files with 779 additions and 332 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-and-lint-js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/[email protected].4 # https://github.com/actions/checkout
- uses: actions/[email protected].7 # https://github.com/actions/checkout

- name: Cache dependencies
uses: actions/[email protected] # https://github.com/actions/cache
Expand All @@ -29,7 +29,7 @@ jobs:
restore-keys: ${{ runner.os }}-npm-dependencies

- name: Set up node
uses: actions/[email protected].2 # https://github.com/actions/setup-node
uses: actions/[email protected].3 # https://github.com/actions/setup-node
with:
node-version: 21

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-and-lint-php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- 5432:5432

steps:
- uses: actions/[email protected].4 # https://github.com/actions/checkout
- uses: actions/[email protected].7 # https://github.com/actions/checkout

- name: Validate composer.json and composer.lock
run: composer validate
Expand All @@ -47,7 +47,7 @@ jobs:
restore-keys: ${{ runner.os }}-composer-dependencies

- name: Setup PHP
uses: shivammathur/setup-php@2.30.4 # https://github.com/shivammathur/setup-php
uses: shivammathur/setup-php@2.31.1 # https://github.com/shivammathur/setup-php
with:
php-version: 8.3
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, pdo_pgsql, intl
Expand Down
79 changes: 39 additions & 40 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions environment/dev/app/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# For other versions check: https://hub.docker.com/_/composer/tags
FROM composer/composer:2.7.6-bin as composer-bin
FROM composer/composer:2.7.6-bin AS composer-bin

# For other versions check: https://hub.docker.com/_/node/tags?page=1&name=bullseye-slim
FROM node:22.1-bullseye-slim as node
FROM node:22.6-bullseye-slim AS node

# For other versions check: https://hub.docker.com/_/php/tags?page=1&name=fpm-bullseye
FROM php:8.3.7-fpm-bullseye
Expand Down
Loading

0 comments on commit 521c5b9

Please sign in to comment.