Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom32i authored and ogizanagi committed Apr 4, 2024
1 parent 29c822d commit ee65428
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_static.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
coverage: "none"
extensions: "json"
ini-values: "memory_limit=-1"
php-version: "8.1"
php-version: "8.3"

- name: 'Determine composer cache directory'
id: composer-cache
Expand Down
20 changes: 11 additions & 9 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
coverage: "none"
extensions: "json"
ini-values: "memory_limit=-1"
php-version: "8.1"
php-version: "8.3"

- name: 'Determine composer cache directory'
id: composer-cache
Expand Down Expand Up @@ -108,19 +108,21 @@ jobs:
php: '8.1'
symfony: '6.1.*'

# Bleeding edges:
- name: 'Test Symfony 6.2 [Linux, PHP 8.1]'
os: 'ubuntu-latest'
php: '8.1'
symfony: '6.2.*@dev'
allow-unstable: true
allow-failure: true
symfony: '6.2.*'

- name: 'Test Symfony 6.2 [Linux, PHP 8.2]'
- name: 'Test Symfony 6.4 [Linux, PHP 8.2]'
os: 'ubuntu-latest'
php: '8.2'
symfony: '6.2.*@dev'
composer-flags: '--ignore-platform-req php'
symfony: '6.4.*'

# Bleeding edges:
- name: 'Test Symfony 7.0 [Linux, PHP 8.3]'
os: 'ubuntu-latest'
php: '8.3'
symfony: '7.0.*@dev'
allow-unstable: true
allow-failure: true

Expand Down Expand Up @@ -189,7 +191,7 @@ jobs:
coverage: "none"
extensions: "json"
ini-values: "memory_limit=-1"
php-version: "8.1"
php-version: "8.3"

- name: 'Determine composer cache directory'
id: composer-cache
Expand Down

0 comments on commit ee65428

Please sign in to comment.