Skip to content

Commit

Permalink
Update continuous-integration.yml for PHP 8.3
Browse files Browse the repository at this point in the history
The dependencies for PHP 8.2 were updated from 'lowest-ignore' to 'lowest' and 'highest-ignore' to 'highest'. In addition, tests for PHP 8.3 were added with 'highest' and 'lowest' dependencies on ubuntu-latest.
  • Loading branch information
koriym committed May 13, 2024
1 parent 24774e5 commit 2ac1fef
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,16 @@ jobs:
- php-version: 8.1
os: macos-latest
- php-version: 8.2
dependencies: lowest-ignore
dependencies: lowest
os: ubuntu-latest
- php-version: 8.2
dependencies: highest-ignore
dependencies: highest
os: ubuntu-latest
- php-version: 8.3
dependencies: highest
os: ubuntu-latest
- php-version: 8.3
dependencies: lowest
os: ubuntu-latest
steps:
- name: Checkout
Expand Down

0 comments on commit 2ac1fef

Please sign in to comment.