Skip to content

Commit

Permalink
Add php7.4, php8.0 support
Browse files Browse the repository at this point in the history
  • Loading branch information
LuborRod committed Oct 28, 2022
1 parent 4908a0a commit 4b1cea9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Unit Tests
on: [ push, pull_request_target ]

jobs:
php8compat:
php8-1:
name: Unit Tests php8.1 (php ${{ matrix.php-version }})
runs-on: ubuntu-latest
# always run on push events
Expand Down Expand Up @@ -31,7 +31,7 @@ jobs:

- run: composer test

php7:
php7-4:
name: Unit Tests php7.4 (php ${{ matrix.php-version }})
runs-on: ubuntu-latest
# always run on push events
Expand All @@ -57,7 +57,7 @@ jobs:

- run: composer test

php8.0:
php8-0:
name: Unit Tests php8.0 (php ${{ matrix.php-version }})
runs-on: ubuntu-latest
# always run on push events
Expand Down

0 comments on commit 4b1cea9

Please sign in to comment.