Skip to content

Commit

Permalink
feature: also run tests for PHP 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rene-s committed Feb 21, 2024
1 parent a1bf2dc commit 6386bc3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .forgejo/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-versions: ['8.1','8.2','8.3']
php-versions: ['8.2','8.3']

steps:
- name: Checkout code
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-versions: ['8.1','8.2','8.3']
php-versions: ['8.2','8.3']

steps:
- name: Checkout code
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Seafile PHP SDK

This is a PHP package for accessing [Seafile Web API](https://www.seafile.com/).
This is a PHP package for accessing [Seafile Web API](https://download.seafile.com/published/web-api/home.md).

## German Web Application Developer Available for Hire!

Expand Down

0 comments on commit 6386bc3

Please sign in to comment.