Skip to content

Commit

Permalink
chore: update more php 8.3 references
Browse files Browse the repository at this point in the history
  • Loading branch information
lukadschaak committed Nov 19, 2024
1 parent 0f9ce1c commit fe02408
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/qa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: PHP Setup
uses: shivammathur/setup-php@v2
with:
php-version: 8.2
php-version: 8.3

- name: Validate composer.json
run: composer validate --ansi --strict
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
dependencies: "lowest" # Pimcore 11.*
- php-version: "8.3"
dependencies: "highest" # Pimcore 11.*

env:
MYSQL_HOST: 127.0.0.1
MYSQL_PORT: 3306
Expand Down
2 changes: 1 addition & 1 deletion compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ services:
timeout: 10s

php:
image: pimcore/pimcore:php8.1-latest
image: pimcore/pimcore:php8.3-latest
volumes:
- ./:/var/www/html/
environment:
Expand Down

0 comments on commit fe02408

Please sign in to comment.