Skip to content

Commit

Permalink
use php 8.3 also in pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
lukadschaak committed Oct 25, 2024
1 parent a99e87f commit a0024c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
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
2 changes: 2 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
dependencies: "lowest" # Pimcore 10.5.0
- php-version: "8.2"
dependencies: "highest" # Pimcore 11.*
- php-version: "8.3"
dependencies: "highest" # Pimcore 11.*

env:
MYSQL_HOST: 127.0.0.1
Expand Down

0 comments on commit a0024c8

Please sign in to comment.