Skip to content

Commit

Permalink
limit PHP5s
Browse files Browse the repository at this point in the history
  • Loading branch information
ashnazg committed Nov 24, 2024
1 parent 4d44de0 commit 1de04cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
strategy:
matrix:
operating-system: ['ubuntu-latest', 'macos-latest'] #, 'windows-latest']
php-versions: ['5.3', '5.4', '5.5', '5.6', '7.0', '7.1', '7.2', '7.3', '7.4']
php-versions: ['5.6', '7.0', '7.1', '7.2', '7.3', '7.4']
steps:
- name: Get source code
uses: actions/checkout@v4
Expand Down

0 comments on commit 1de04cd

Please sign in to comment.