Skip to content

Commit 0c34b11

Browse files
update php version in workflows
1 parent fb698cc commit 0c34b11

File tree

4 files changed

+5
-2
lines changed

4 files changed

+5
-2
lines changed

.github/workflows/phar-development.yml

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
include:
2121
- php-version: '7.4'
2222
- php-version: '8.0'
23+
- php-version: '8.2'
2324

2425
steps:
2526
- name: "Checkout"

.github/workflows/phar.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
fail-fast: false
2020
matrix:
2121
include:
22-
- php-version: '8.0'
22+
- php-version: '8.2'
2323

2424
steps:
2525
- name: "Checkout"

.github/workflows/php.yml

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
include:
1919
- php-version: '7.4'
2020
- php-version: '8.0'
21+
- php-version: '8.2'
2122

2223
steps:
2324
- name: Checkout project

composer.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@
4343
},
4444
"require-dev": {
4545
"phpunit/phpunit": "^7.0 || ^8.5",
46-
"league/flysystem-memory": "^1.0"
46+
"league/flysystem-memory": "^1.0",
47+
"phpspec/prophecy": "^1.19"
4748
},
4849
"autoload": {
4950
"psr-4": {

0 commit comments

Comments
 (0)