Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .docker/php/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:8.3-fpm
FROM php:8.4-fpm

RUN apt-get update \
&& apt-get install -y \
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/composer-validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v4
- name: Set up php 8.3
- name: Set up php 8.4
uses: shivammathur/setup-php@v2
with:
php-version: 8.3
php-version: 8.4
- name: Validate composer files
run: composer validate --strict
run: composer validate --strict
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 20
- name: Set up php 8.3
- name: Set up php 8.4
uses: shivammathur/setup-php@v2
with:
php-version: 8.3
php-version: 8.4
- name: Set up PHP dependencie
run: composer i
- name: Run composer command
Expand All @@ -42,4 +42,4 @@ jobs:
# Write the given domain name to the CNAME file
fqdn: librecode.coop
# Allow Jekyll to build your site
jekyll: false
jekyll: false