Skip to content

Commit

Permalink
bump min version to php 7.4
Browse files Browse the repository at this point in the history
add 8.1 and 8.2 to test matrix
  • Loading branch information
aaronpk committed Feb 19, 2024
1 parent 1fd7d46 commit c16384b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
build:
strategy:
matrix:
php-versions: ["7.2", "7.3", "7.4", "8.0"]
php-versions: ["7.4", "8.0", "8.1", "8.2"]
runs-on: ubuntu-latest

steps:
Expand Down Expand Up @@ -39,4 +39,4 @@ jobs:
run: composer update --prefer-dist --no-progress

- name: Run test suite
run: composer run-script test
run: composer run-script test
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php": ">=7.2",
"php": ">=7.4",
"ext-mbstring": "*",
"ext-intl": "*"
},
Expand Down

0 comments on commit c16384b

Please sign in to comment.