Skip to content

Commit

Permalink
test: add missing test for PHP 8.3 and Symfony 7 (#9)
Browse files Browse the repository at this point in the history
* test: add missing test for PHP 8.3 and Symfony 7

* bump php 8.2
  • Loading branch information
priyadi authored Jul 3, 2024
1 parent 941bf38 commit db31cc6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
strategy:
matrix:
operating-system: [ubuntu-latest]
php: [ '8.1', '8.2' ]
symfony: [ '6.*' ]
php: [ '8.2', '8.3' ]
symfony: [ '6.*', '7.*' ]
dep: [highest,lowest]

name: Symfony ${{ matrix.symfony }}, ${{ matrix.dep }} deps, PHP ${{ matrix.php }}, ${{ matrix.operating-system }}
Expand Down
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# Changelog

## 1.4.2
## 1.5.0

* build: add dependabot config
* test: add missing test for PHP 8.3 and Symfony 7
* dep: bump minimum PHP to 8.2

## 1.4.1

Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
}
},
"require": {
"php": "^8.2",
"rekalogika/psr-16-simple-cache-bundle": "^1.0",
"psr/simple-cache": "^3.0",
"symfony/config": "^6.3 || ^7.0",
Expand Down

0 comments on commit db31cc6

Please sign in to comment.