Skip to content

Commit

Permalink
Merge pull request #5 from 8fold/major-release-prep
Browse files Browse the repository at this point in the history
update: Dependencies and release
  • Loading branch information
joshbruce committed Jul 23, 2022
2 parents 1d5fa7b + f0eef56 commit 24cb899
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 104 deletions.
33 changes: 0 additions & 33 deletions .github/workflows/php.yml

This file was deleted.

34 changes: 0 additions & 34 deletions .github/workflows/php8.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/php81.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: PHP 8.0
name: PHP 8.1

on:
push:
Expand All @@ -16,7 +16,7 @@ jobs:
- name: Setup PHP Action
uses: shivammathur/setup-php@2.15.0
with:
php-version: '8.0'
php-version: '8.1'

- name: Validate composer.json and composer.lock
run: composer validate
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}
],
"require": {
"php": "^7.4 || ^8.0",
"php": "^8.1",
"league/commonmark": "^2.3"
},
"require-dev": {
Expand Down
71 changes: 37 additions & 34 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 24cb899

Please sign in to comment.