Skip to content

Commit

Permalink
chore: test against php 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
SRWieZ committed Dec 23, 2024
1 parent bd41436 commit b5c3dbf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
php: ['8.1', '8.2', '8.3']
php: ['8.1', '8.2', '8.3', '8.4']

name: Test with php ${{ matrix.php }} on ${{ matrix.os }}

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"saloonphp/saloon": "^3.10"
},
"require-dev": {
"pestphp/pest": "^2.24",
"pestphp/pest": "^2.0|^3.0",
"laravel/pint": "^1.13",
"humbug/box": "^4.0",
"nunomaduro/collision": "^7.0|^8.0",
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b5c3dbf

Please sign in to comment.