Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…into 19-tests-should-be-scheduled
  • Loading branch information
AmonDeShir committed Aug 19, 2024
2 parents 79db92b + 521c5b9 commit 6ea7c71
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 6ea7c71

Please sign in to comment.