Skip to content

Commit

Permalink
Merge branch 'refs/heads/0.x' into 1.x
Browse files Browse the repository at this point in the history
# Conflicts:
#	.github/workflows/ci.yml
  • Loading branch information
LordSimal committed May 17, 2024
2 parents 9355aab + 352a522 commit 37e81c9
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 @@ -15,16 +15,16 @@ permissions:

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

steps:
Expand Down

0 comments on commit 37e81c9

Please sign in to comment.