Skip to content

Commit

Permalink
Merge pull request #428 from StudioMaX/2.0-workflow
Browse files Browse the repository at this point in the history
Fix tests action on PHP 8.2/8.3
  • Loading branch information
StudioMaX committed Nov 2, 2023
2 parents e1450a6 + fb1e194 commit 8bf4622
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,19 +64,21 @@ jobs:
- "7.3"
- "7.4"
- "8.0"
- "8.1"
- "8.2"
experimental:
- false
include:
- php-version: "8.1"
- php-version: "8.3"
experimental: true
composer-options: "--ignore-platform-reqs"
steps:
- uses: "actions/checkout@v2"
- uses: "actions/checkout@v3"
- uses: "shivammathur/setup-php@v2"
with:
php-version: "${{ matrix.php-version }}"
coverage: "none"
- uses: "ramsey/composer-install@v1"
- uses: "ramsey/composer-install@v2"
with:
composer-options: "${{ matrix.composer-options }}"
- name: "Run unit tests"
Expand Down

0 comments on commit 8bf4622

Please sign in to comment.