Skip to content

Commit cff75c7

Browse files
committed
Update version
1 parent 55f9a2b commit cff75c7

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

.github/workflows/phpunit.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ jobs:
2020
steps:
2121
- uses: actions/checkout@v3
2222

23+
- name: Setup PHP
24+
uses: shivammathur/setup-php@v2
25+
with:
26+
php-version: ${{ matrix.php-versions }}
27+
2328
#- name: Validate composer.json and composer.lock
2429
# run: composer validate
2530

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
],
1818
"require": {
1919
"php": ">=8.2.0",
20-
"popphp/popphp": "^4.3.5",
21-
"popphp/pop-cookie": "^4.0.1",
22-
"popphp/pop-http": "^5.2.11",
23-
"popphp/pop-session": "^4.0.0",
24-
"popphp/pop-view": "^4.0.1"
20+
"popphp/popphp": "^4.3.6",
21+
"popphp/pop-cookie": "^4.0.2",
22+
"popphp/pop-http": "^5.3.0",
23+
"popphp/pop-session": "^4.0.1",
24+
"popphp/pop-view": "^4.0.2"
2525
},
2626
"require-dev": {
2727
"phpunit/phpunit": "^11.0.0"

0 commit comments

Comments
 (0)