Skip to content

Commit

Permalink
testy
Browse files Browse the repository at this point in the history
  • Loading branch information
stanislav-janu committed May 16, 2024
1 parent ef8bfeb commit 0b1328d
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/code_style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php: [ '8.0', '8.1' ]
php: [ '8.0', '8.1', '8.2', '8.3' ]
name: PHP ${{ matrix.php }}
steps:
- uses: actions/checkout@v2
Expand All @@ -20,4 +20,4 @@ jobs:
coverage: none
- run: composer install --prefer-dist --no-progress --no-suggest
- run: composer create-project nette/coding-standard temp/coding-standard --no-progress
- run: php temp/coding-standard/ecs check src tests --preset php74
- run: php temp/coding-standard/ecs check src tests --preset php80
2 changes: 1 addition & 1 deletion .github/workflows/static_analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php: [ '8.0', '8.1' ]
php: [ '8.0', '8.1', '8.2', '8.3' ]
name: PHP ${{ matrix.php }}
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tester.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php: [ '8.0', '8.1' ]
php: [ '8.0', '8.1', '8.2', '8.3' ]
name: PHP ${{ matrix.php }}
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
],
"require": {
"php": ">=8.0",
"nette/utils": "^3.0 | ^4.0"
"nette/utils": "^4.0"
},
"require-dev": {
"stanislav-janu/phpstan": "^1.0",
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ GPS Point with useful detection and method.

| Version | PHP | Nette Utils |
|---------|------|-------------|
| 3.0-dev | ^8.0 | ^3.0 ^4.0 |
| 3.0 | ^8.0 | ^4.0 |
| 2.1 | ^8.0 | ^3.2 |
| 2.0 | ^8.0 | ^3.0 |
| 1.1 | ^7.1 | ^2.4 ^3.0 |
Expand Down

0 comments on commit 0b1328d

Please sign in to comment.