Skip to content

Commit

Permalink
update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
LordSimal committed May 17, 2024
1 parent 79bb471 commit b1395d8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@ permissions:

jobs:
testsuite-linux:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
strategy:
fail-fast: false
matrix:
php-version: ['7.4', '8.0', '8.1', '8.2']
php-version: ['7.4', '8.0', '8.1', '8.2', '8.3']
dependencies: ['highest']
include:
- php-version: '7.4'
dependencies: 'lowest'
- php-version: '8.2'
- php-version: '8.3'
dependencies: 'highest'

steps:
Expand Down

0 comments on commit b1395d8

Please sign in to comment.