Skip to content

Commit 1dbc0a3

Browse files
committed
8.1 seems a no-go
1 parent f83d47b commit 1dbc0a3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
php: [8.1, 8.2, 8.3]
12+
php: [8.2, 8.3]
1313
stability: [prefer-lowest, prefer-stable]
1414
name: PHP ${{ matrix.php }} - ${{ matrix.stability }}
1515
steps:

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
strategy:
2222
fail-fast: false
2323
matrix:
24-
php: [8.1, 8.2, 8.3]
24+
php: [8.2, 8.3]
2525
steps:
2626
- uses: actions/checkout@v4
2727
- name: setup php

0 commit comments

Comments
 (0)