Skip to content

Commit

Permalink
Merge pull request #354 from elecena/support/php83
Browse files Browse the repository at this point in the history
tests.yaml: run using PHP 8.3 too
  • Loading branch information
macbre committed Mar 13, 2024
2 parents 6a0ab2c + d7c1f3c commit ff315b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linter.yaml
Expand Up @@ -13,7 +13,7 @@ jobs:
php-versions:
- '8.1'
- '8.2'
# - '8.3' # nightly
- '8.3'

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Expand Up @@ -14,7 +14,7 @@ jobs:
php-versions:
- '8.1'
- '8.2'
# - '8.3' # nightly
- '8.3'
redis-versions:
- "5.0.9"
# - "6.0"
Expand Down

0 comments on commit ff315b2

Please sign in to comment.