Skip to content

Commit

Permalink
ci: drop 8.1 support
Browse files Browse the repository at this point in the history
  • Loading branch information
g105b committed May 8, 2024
1 parent 1c38110 commit d75ae2c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 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@v4
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 @@ -73,7 +73,7 @@ jobs:
needs: [ phpunit ]
strategy:
matrix:
php: [ 8.1, 8.2, 8.3 ]
php: [ 8.2, 8.3 ]

steps:
- uses: actions/download-artifact@v4
Expand All @@ -94,7 +94,7 @@ jobs:
needs: [ composer ]
strategy:
matrix:
php: [ 8.1, 8.2, 8.3 ]
php: [ 8.2, 8.3 ]

steps:
- uses: actions/download-artifact@v4
Expand All @@ -117,7 +117,7 @@ jobs:
needs: [ composer ]
strategy:
matrix:
php: [ 8.1, 8.2, 8.3 ]
php: [ 8.2, 8.3 ]

steps:
- uses: actions/download-artifact@v4
Expand All @@ -141,7 +141,7 @@ jobs:
needs: [ composer ]
strategy:
matrix:
php: [ 8.1, 8.2, 8.3 ]
php: [ 8.2, 8.3 ]

steps:
- uses: actions/download-artifact@v4
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
],

"require": {
"php": ">=8.0",
"php": ">=8.2",
"ext-json": "*",
"ext-readline": "*",
"phpgt/daemon": "^v1.1"
Expand Down

0 comments on commit d75ae2c

Please sign in to comment.