Skip to content

Commit

Permalink
8.1 seems a no-go
Browse files Browse the repository at this point in the history
  • Loading branch information
alcohol committed Oct 17, 2024
1 parent f83d47b commit 1dbc0a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [8.1, 8.2, 8.3]
php: [8.2, 8.3]
stability: [prefer-lowest, prefer-stable]
name: PHP ${{ matrix.php }} - ${{ matrix.stability }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [8.1, 8.2, 8.3]
php: [8.2, 8.3]
steps:
- uses: actions/checkout@v4
- name: setup php
Expand Down

0 comments on commit 1dbc0a3

Please sign in to comment.