Skip to content

Commit

Permalink
ci: upgrade ci
Browse files Browse the repository at this point in the history
  • Loading branch information
g105b committed Jul 25, 2024
1 parent 19d1364 commit 3ca03a0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php: [ 8.1, 8.2, 8.3 ]
php: [ 8.2, 8.3 ]

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -37,7 +37,7 @@ jobs:
needs: [ composer ]
strategy:
matrix:
php: [ 8.1, 8.2, 8.3 ]
php: [ 8.2, 8.3 ]

outputs:
coverage: ${{ steps.store-coverage.outputs.coverage_text }}
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
needs: [ composer ]
strategy:
matrix:
php: [ 8.1, 8.2, 8.3 ]
php: [ 8.2, 8.3 ]

steps:
- uses: actions/download-artifact@v3
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "library",

"require": {
"php": ">=8.0",
"php": ">=8.2",
"phpgt/typesafegetter": "^v1.2",
"magicalex/write-ini-file": "v1.2.4"
},
Expand Down

0 comments on commit 3ca03a0

Please sign in to comment.