Skip to content

Commit

Permalink
update php version in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
wachterjohannes committed Jul 24, 2024
1 parent fb698cc commit 0c34b11
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/phar-development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
include:
- php-version: '7.4'
- php-version: '8.0'
- php-version: '8.2'

steps:
- name: "Checkout"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/phar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
fail-fast: false
matrix:
include:
- php-version: '8.0'
- php-version: '8.2'

steps:
- name: "Checkout"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
include:
- php-version: '7.4'
- php-version: '8.0'
- php-version: '8.2'

steps:
- name: Checkout project
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@
},
"require-dev": {
"phpunit/phpunit": "^7.0 || ^8.5",
"league/flysystem-memory": "^1.0"
"league/flysystem-memory": "^1.0",
"phpspec/prophecy": "^1.19"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 0c34b11

Please sign in to comment.