Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
SmetDenis committed May 15, 2021
1 parent e656efc commit 9fb849d
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/main.yml
Expand Up @@ -44,9 +44,10 @@ jobs:
include:
- php-version: 8.0
build-way: update
experimental: false
- php-version: 8.1
experimental: true
build-way: update
experimental: true
steps:
- name: Checkout code
uses: actions/checkout@v2
Expand Down Expand Up @@ -112,10 +113,11 @@ jobs:
matrix:
php-version: [ 7.2, 7.3, 7.4 ]
experimental: [ false ]
build-way: ["build", "update"]
include:
- php-version: "8.0"
- php-version: 8.0
experimental: true
- php-version: "8.1"
- php-version: 8.1
experimental: true
steps:
- name: Checkout code
Expand All @@ -131,7 +133,7 @@ jobs:

- name: Building Phar binary file
continue-on-error: ${{ matrix.experimental }}
run: make build --no-print-directory
run: make ${{ matrix.build-way }} --no-print-directory

- name: Trying to use the phar file
continue-on-error: ${{ matrix.experimental }}
Expand Down

0 comments on commit 9fb849d

Please sign in to comment.