We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ada18e commit 4ba8a08Copy full SHA for 4ba8a08
1 file changed
.github/workflows/test.yaml
@@ -6,7 +6,7 @@ jobs:
6
strategy:
7
matrix:
8
operating-system: [ 'ubuntu-latest', 'windows-latest', 'macos-latest' ]
9
- php-versions: [ '5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4' ]
+ php-versions: [ '8.1', '8.2', '8.3', '8.4' ]
10
steps:
11
- name: Checkout repo
12
uses: actions/checkout@v4
0 commit comments