Skip to content

Commit 13318e5

Browse files
committed
Remove PHP 5.x from composer.json, GitHub Actions
1 parent 54761a6 commit 13318e5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
strategy:
1010
matrix:
11-
php-version: ['5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3']
11+
php-version: ['7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3']
1212
steps:
1313
- name: Checkout
1414
uses: actions/checkout@v4

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"source": "https://github.com/stevegrunwell/phpunit-markup-assertions/"
1616
},
1717
"require": {
18-
"php": "^5.6 || ^7.0 || ^8.0",
18+
"php": "^7.0 || ^8.0",
1919
"symfony/css-selector": "^3.4|^4.4|^5.4|^6.0",
2020
"symfony/dom-crawler": "^3.4|^4.4|^5.4|^6.0"
2121
},

0 commit comments

Comments
 (0)