Skip to content

Commit

Permalink
chore: Bump php version
Browse files Browse the repository at this point in the history
  • Loading branch information
EmanueleCoppola committed Nov 25, 2024
1 parent f2e3368 commit b5aa99e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ jobs:

test:
runs-on: ubuntu-latest

strategy:
fail-fast: true
matrix:
php: ['7.1', '7.2', '7.3', '7.4', '8.0', '8.1']
php: ['7.2', '7.3', '7.4', '8.0', '8.1']

name: PHP ${{ matrix.php }}

Expand All @@ -27,7 +27,7 @@ jobs:

- name: Validate composer.json and composer.lock
run: composer validate

- name: Cache Composer packages
id: composer-cache
uses: actions/cache@v4
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "library",
"license": "MIT",
"require": {
"php": ">=7.1",
"php": ">=7.2",
"ext-mbstring": "*"
},
"require-dev": {
Expand Down

0 comments on commit b5aa99e

Please sign in to comment.