Skip to content

Commit

Permalink
Require PHP 7.4+
Browse files Browse the repository at this point in the history
  • Loading branch information
swissspidy committed Oct 17, 2024
1 parent 7853185 commit 2011196
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ['8.2', '8.1', '7.4', '7.3', '7.2', '7.1', '7.0', '5.6']
php: ['8.3', '8.1', '8.0', '7.4']
coverage: [false]
random: [false]
include:
- php: '8.0'
- php: '8.2'
coverage: true
- php: '8.0'
- php: '8.2'
random: true
- php: '8.3'
- php: '8.4'
experimental: true

steps:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "A collection of AMP tools making it easier to publish and host AMP pages with PHP.",
"license": "Apache-2.0",
"require": {
"php": "^5.6 || ^7.0 || ^8.0",
"php": "^7.4 || ^8.0",
"ext-dom": "*",
"ext-filter": "*",
"ext-iconv": "*",
Expand Down

0 comments on commit 2011196

Please sign in to comment.