Skip to content

Commit

Permalink
chore: Update PHP versions in tests.yml and composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
nadar committed Jun 26, 2024
1 parent e3680ce commit 04e5134
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
php: ['7.4', '8.0', '8.1', '8.2']
php: ['8.0', '8.1', '8.2', '8.3']

steps:
## checkout the repoistory
Expand All @@ -77,7 +77,7 @@ jobs:
## run unit tests
- name: PHP Unit tests for PHP
run: vendor/bin/phpunit --verbose --configuration actions.phpunit.xml
if: matrix.php == '8.2' || matrix.php == '8.1' || matrix.php == '8.0' || matrix.php == '7.4'
if: matrix.php == '8.3' || matrix.php == '8.2' || matrix.php == '8.1' || matrix.php == '8.0''

## unit test with coverage
- name: PHP Unit tests for PHP 8.0
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"require-dev": {
"luyadev/luya-testsuite": "^2.0",
"luyadev/luya-module-admin": "^1.0|^2.0|^3.0|^4.0"
"luyadev/luya-module-admin": "^1.0|^2.0|^3.0|^4.0|^5.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 04e5134

Please sign in to comment.