Skip to content

Commit 24cb899

Browse files
authored
Merge pull request #5 from 8fold/major-release-prep
update: Dependencies and release
2 parents 1d5fa7b + f0eef56 commit 24cb899

File tree

5 files changed

+40
-104
lines changed

5 files changed

+40
-104
lines changed

.github/workflows/php.yml

Lines changed: 0 additions & 33 deletions
This file was deleted.

.github/workflows/php8.yml

Lines changed: 0 additions & 34 deletions
This file was deleted.

.github/workflows/php81.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: PHP 8.0
1+
name: PHP 8.1
22

33
on:
44
push:
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup PHP Action
1717
uses: shivammathur/[email protected]
1818
with:
19-
php-version: '8.0'
19+
php-version: '8.1'
2020

2121
- name: Validate composer.json and composer.lock
2222
run: composer validate

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
}
1111
],
1212
"require": {
13-
"php": "^7.4 || ^8.0",
13+
"php": "^8.1",
1414
"league/commonmark": "^2.3"
1515
},
1616
"require-dev": {

composer.lock

Lines changed: 37 additions & 34 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)