We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f83d47b commit 1dbc0a3Copy full SHA for 1dbc0a3
2 files changed
.github/workflows/ci.yaml
@@ -9,7 +9,7 @@ jobs:
9
strategy:
10
fail-fast: false
11
matrix:
12
- php: [8.1, 8.2, 8.3]
+ php: [8.2, 8.3]
13
stability: [prefer-lowest, prefer-stable]
14
name: PHP ${{ matrix.php }} - ${{ matrix.stability }}
15
steps:
.github/workflows/lint.yaml
@@ -21,7 +21,7 @@ jobs:
21
22
23
24
25
26
- uses: actions/checkout@v4
27
- name: setup php
0 commit comments