Skip to content

Commit

Permalink
Check against PHP8.3 (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
shulard authored Jun 12, 2024
2 parents e3e5972 + 2973c6d commit d0e7266
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
php-version:
- "8.1"
- "8.2"
- "8.3"
operating-system:
- "ubuntu-latest"
- "windows-latest"
Expand Down Expand Up @@ -58,6 +59,7 @@ jobs:
php-version:
- "8.1"
- "8.2"
- "8.3"
operating-system:
- "ubuntu-latest"

Expand Down Expand Up @@ -90,7 +92,7 @@ jobs:
dependencies:
- "locked"
php-version:
- "8.1"
- "8.3"
operating-system:
- "ubuntu-latest"

Expand All @@ -111,4 +113,4 @@ jobs:
dependency-versions: "${{ matrix.dependencies }}"

- name: "Coding Standard"
run: "vendor/bin/php-cs-fixer fix --dry-run --show-progress=dots --using-cache=no --verbose"
run: "vendor/bin/php-cs-fixer check --show-progress=dots --using-cache=no --verbose"
2 changes: 1 addition & 1 deletion provisioning/php/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:8.1-bullseye
FROM php:8.3-bullseye

## Install required dependencies
RUN apt-get update && apt-get install -y --no-install-recommends bash make gpg gnupg dirmngr git unzip \
Expand Down

0 comments on commit d0e7266

Please sign in to comment.