Skip to content

Commit

Permalink
Optimize ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mrgeneralgoo committed Jan 24, 2024
1 parent fcc9efa commit 1076a2d
Show file tree
Hide file tree
Showing 3 changed files with 85 additions and 93 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,15 @@ jobs:
build:
runs-on: ubuntu-latest

strategy:
matrix:
php: [8.0, 8.1, 8.2, 8.3]

steps:
- name: Checkout Repository
uses: actions/checkout@v4

- name: Set up PHP
id: setup-php
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}
php-version: '8.0'
extensions: mbstring

- name: Install Composer Dependencies
Expand All @@ -37,6 +34,7 @@ jobs:
- name: Package Files
run: |
rm -rf vendor/
mkdir MarkdownParse
mv vendor.phar MarkdownParse/
cp LICENSE.md MarkdownParse/
Expand Down
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"require": {
"php": "^8.0",
"league/commonmark": "^2.4",
"wnx/commonmark-mark-extension": "^1.2",
"simonvomeyser/commonmark-ext-lazy-image": "^2.0",
Expand Down
Loading

0 comments on commit 1076a2d

Please sign in to comment.