Skip to content

Commit

Permalink
[TASK] Enable PHP 8.3 in test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
ohader committed Aug 7, 2024
1 parent fb0bb2a commit 68ba485
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/tests-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: 'Tests (Ubuntu)'
on:
push:
pull_request:
schedule:
- cron: '45 6 * * *'

jobs:
build:
Expand All @@ -11,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ['7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2']
php: ['7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3']

steps:
- uses: actions/checkout@v2
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/tests-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: 'Tests (Windows)'
on:
push:
pull_request:
schedule:
- cron: '45 6 * * *'

jobs:
build:
Expand All @@ -11,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ['7.4', '8.0', '8.1', '8.2']
php: ['7.4', '8.0', '8.1', '8.2', '8.3']

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 68ba485

Please sign in to comment.