Skip to content

Commit

Permalink
chore: update unit tests to work with latest phpunit (#298)
Browse files Browse the repository at this point in the history
chore: 
- update unit tests to work with latest phpunit
- update main.yml to use php 8.2 8.3 and 8.4
- set php 8.2 as min version for mono repo
- set bundle min php version to 8.2
  • Loading branch information
julianzimmermann authored Nov 26, 2024
1 parent 125bc69 commit 0ec6d16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php-versions: [ "8.1", "8.2", "8.3" ]
php-versions: [ "8.2", "8.3", "8.4" ]
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
}
],
"require": {
"php": ">=8.1"
"php": ">=8.2"
},
"require-dev": {
"fond-of-codeception/spryker": "*",
Expand Down

0 comments on commit 0ec6d16

Please sign in to comment.