Skip to content

Commit 708a158

Browse files
authored
Merge pull request #133 from simonLeary42/php-7.4-8.3
bump PHP version
2 parents e345c4f + 528fe07 commit 708a158

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Set up PHP
3030
uses: shivammathur/setup-php@v2
3131
with:
32-
php-version: "7.4"
32+
php-version: "8.3"
3333
coverage: none
3434
tools: phpcs
3535

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ When submitting pull requests, the pull request should be made to the version yo
88

99
## Conventions
1010

11-
This code base is currently using PHP version 7.4. All files are required to be linted with PSR-12 standard. This repository will automatically check PRs for linting compliance.
11+
This code base is currently using PHP version 8.3. All files are required to be linted with PSR-12 standard. This repository will automatically check PRs for linting compliance.
1212

1313
## Development Environment
1414

@@ -51,4 +51,4 @@ The following users are available for testing:
5151

5252
### Changes to Dev Environment
5353

54-
Should the default schema of the web portal change, the `ldap/bootstrap.ldif` and `sql/bootstrap.sql` must be updated for the LDAP server and the MySQL server, respectively.
54+
Should the default schema of the web portal change, the `ldap/bootstrap.ldif` and `sql/bootstrap.sql` must be updated for the LDAP server and the MySQL server, respectively.

tools/docker-dev/web/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ RUN a2dissite 000-default
1818
RUN a2ensite unity
1919
RUN echo "ServerName 127.0.0.1" >> /etc/apache2/apache2.conf
2020

21-
RUN sed -i '/display_errors/c\display_errors = on' /etc/php/7.4/apache2/php.ini
21+
RUN sed -i '/display_errors/c\display_errors = on' /etc/php/8.3/apache2/php.ini
2222

2323
# Start apache2 server
2424
EXPOSE 80

0 commit comments

Comments
 (0)