Skip to content

Commit

Permalink
ci: test with php83
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Kowalleck <[email protected]>
  • Loading branch information
jkowalleck committed Nov 27, 2023
1 parent da92faf commit 68be15b
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
- cron: '42 23 * * 5'

env:
PHP_VERSION_LATEST: '8.2'
PHP_VERSION_LATEST: '8.3'

jobs:
tests:
Expand All @@ -28,18 +28,19 @@ jobs:
matrix:
os: [ ubuntu-latest ]
php:
- '8.2' # highest supported
- '8.3' # highest supported
- '8.2'
- '8.1'
- '8.0'
- '7.4'
- '7.3' # lowest supported
include:
- # highest supported Windows
os: windows-latest
php: '8.2' # highest supported
- # highest supported MacOs
php: '8.3' # highest supported
- # highest supported macOS
os: macos-latest
php: '8.2'
php: '8.3'
timeout-minutes: 30
steps:
- name: Checkout
Expand Down Expand Up @@ -99,7 +100,7 @@ jobs:
fail-fast: false
matrix:
php-version:
- '8.2' # highest supported
- '8.3' # highest supported
- '7.3' # lowest supported
steps:
- name: Checkout
Expand Down

0 comments on commit 68be15b

Please sign in to comment.