Skip to content

Commit

Permalink
Breaking release
Browse files Browse the repository at this point in the history
  • Loading branch information
LauJosefsen committed Sep 9, 2024
1 parent 3fe1866 commit ab16f76
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/quality-assurance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php-version: [7.4, 8.0, 8.1, 8.2]
php-version: [8.3]
steps:
- uses: actions/checkout@v4
- uses: shivammathur/setup-php@v2
Expand All @@ -29,7 +29,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php-version: [7.4, 8.0, 8.1]
php-version: [8.3]
steps:
- uses: actions/checkout@v4
- uses: shivammathur/setup-php@v2
Expand Down
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# request-insurance

[![QA](https://github.com/cego/request-insurance/actions/workflows/quality-assurance.yml/badge.svg)](https://github.com/cego/request-insurance/actions/workflows/quality-assurance.yml)

# Supported version

| Package version | PHP versions supported | Status
|-----------------|------------------------|---|
| ^1 | ^7.4,^8.0 | Security and bug fixes only
| ^2 | ^8.3 | Active development
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
}
],
"require": {
"php": "^7.4|^8.0",
"php": "^8.3",
"ext-json": "*",
"ext-mbstring": "*",
"ext-pcntl": "*",
Expand Down

0 comments on commit ab16f76

Please sign in to comment.