Skip to content

Commit

Permalink
update minimum php version (#15)
Browse files Browse the repository at this point in the history
Bumps the minimum PHP version needed for this package to 8.2
  • Loading branch information
JonPurvis authored Aug 26, 2024
1 parent e4ab8a9 commit 75829c6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.1
php-version: 8.2
tools: composer:v2
coverage: none

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
php: ['8.1', '8.2', '8.3']
php: ['8.2', '8.3']
dependency-version: [ prefer-stable ]
parallel: [ '', '--parallel' ]

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
],
"license": "MIT",
"require": {
"php": "^8.1",
"php": "^8.2",
"pestphp/pest": "^2.5",
"pestphp/pest-plugin": "^2.0.1"
},
Expand Down

0 comments on commit 75829c6

Please sign in to comment.